Color Hex Logo

#b9782d Color Hex

#B9782D
(185,120,45)
0 Favorites   0 Comments

Color spaces of #b9782d

RGB 18512045
HSL0.090.610.45
HSV32°76°73°
CMYK 0.000.350.76   0.27
XYZ27.197723.93675.6694
Yxy23.93670.47880.4214
Hunter Lab48.925113.609927.3771
CIE-Lab56.024419.034449.4968

#b9782d color RGB value is (185,120,45).

#b9782d hex color red value is 185, green value is 120 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #b9782d hue: 0.09 , saturation: 0.61 and the lightness value of b9782d is 0.45.

The process color (four color CMYK) of #b9782d color hex is 0.00, 0.35, 0.76, 0.27. Web safe color of #b9782d is #cc6633. Color #b9782d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111000 00101101
Octal 271 170 55
Decimal 185 120 45
Hex B9 78 2D

RGB Percentages of Color #b9782d

%52.86
%34.29
%12.86

CMYK Percentages of Color #b9782d

%0
%35
%76
%27

Triadic Colors of #b9782d

#b9782d #2db978 #782db9

Analogous Colors of #b9782d

#b9782d #b4b92d #b9322d

Monochromatic Colors of #b9782d

#b9782d

Complementary Color

#b9782d #2d6eb9

#b9782d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9782d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9782d Color CSS Codes

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

#b9782d Text Font Color

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

This sample text font color is #b9782d
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.


#b9782d Background Color

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

This div background color is #b9782d


#b9782d Border Color

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

This div border color is #b9782d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,120,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 #b9782d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9782d


Comments

No comments written yet.

Please login to write comment.