color codes Logo

#b5762d color codes

#B5762D
(181,118,45)
0 Favorites   0 Comments

Color spaces of #b5762d

RGB 18111845
HSL0.090.600.44
HSV32°75°71°
CMYK 0.000.350.75   0.29
XYZ26.008122.97015.5455
Yxy22.97010.47700.4213
Hunter Lab47.927112.992226.6887
CIE-Lab55.041518.395248.3503

#b5762d color RGB value is (181,118,45).

#b5762d hex color red value is 181, green value is 118 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #b5762d hue: 0.09 , saturation: 0.60 and the lightness value of b5762d is 0.44.

The process color (four color CMYK) of #b5762d color code is 0.00, 0.35, 0.75, 0.29. Web safe color of #b5762d is #cc6633. Color #b5762d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01110110 00101101
Octal 265 166 55
Decimal 181 118 45
Hex B5 76 2D

RGB Percentages of Color #b5762d

%52.62
%34.30
%13.08

CMYK Percentages of Color #b5762d

%0
%35
%75
%29

Triadic Colors of #b5762d

#b5762d #2db576 #762db5

Analogous Colors of #b5762d

#b5762d #b0b52d #b5322d

Monochromatic Colors of #b5762d

#b5762d

Complementary Color

#b5762d #2d6cb5

#b5762d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5762d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5762d Color CSS Codes

.mybgcolor {background-color:#b5762d; } 
.myforecolor {color:#b5762d; }
.mybordercolor {border:3px solid #b5762d; }

#b5762d Text Font Color

<p style="color:#b5762d">Text here</p>

This sample text font color is #b5762d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b5762d Background Color

<div style="background-color:#b5762d">
Div content here</div>

This div background color is #b5762d


#b5762d Border Color

<div style="border:3px solid #b5762d">
Div here</div>

This div border color is #b5762d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,118,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b5762d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b5762d;
  -webkit-box-shadow: 1px 1px 3px 2px #b5762d;
  box-shadow:         1px 1px 3px 2px #b5762d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,118,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b5762d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b5762d;
  -webkit-box-shadow: 1px 1px 3px 2px #b5762d;
  box-shadow:         1px 1px 3px 2px #b5762d;">
Div content here</div>

This div box has shadow with color #b5762d


Comments

No comments written yet.

Please login to write comment.