Html Css Color HEX #BB9D4B Husk

📋 copy color: '#BB9D4B'

red 187 ◦ green 157 ◦ blue 75

#BB9D4B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Husk #BB9D4B

Tints of Husk #BB9D4B

RGB

 RED value IS 187 (73.44% from 255) = 44.63%

 GREEN value IS 157 (61.72% from 255) = 37.47%

 BLUE value IS 75 (29.69% from 255) = 17.9%

R = 44.63%
G = 37.47%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BB9D4B (or 0xBB9D4B) is known color: Husk. HEX triplet: BB, 9D and 4B. RGB value is (187,157,75). Sum of RGB (Red+Green+Blue) = 187+157+75=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 75 (29.69% from 255 or 17.90% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9D4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9D4B is #4462B4. Grayscale: #9C9C9C. Windows color (decimal): -4481717 or 4955579. OLE color: 4955579.

HSL color Cylindrical-coordinate representation of color #BB9D4B: hue angle of 43.93º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB9D4B is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 157 75 -
CMYK 0 0.16 0.60 0.27
HSL 43.93º 0.45% 0.51% -
HSV(B) 43.93º 0.6% 0.73% -
XYZ 33.82 35.19 11.67 -
YUV 156.62 81.94 149.67 -
System Red Green Blue C M Y K H S L
Decimal 187 157 75 0 0.16 0.60 0.27 43.93 0.45 0.51
Hex BB 9D 4B 0 10 3C 1B 2C 2D 33
Octal 273 235 113 0 20 74 33 54 55 63
Binary 10111011 10011101 1001011 0 10000 111100 11011 101100 101101 110011

Color Harmonies of #BB9D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9D4B

Black with #BB9D4B

Text Example


Text Example

White with #BB9D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9D4B; }

 p { color: rgb(187,157,75); }

 H1.HeaderClassName
 {
   color: #BB9D4B;
 }
 .AnyTagClassName
 {
   color: #BB9D4B;
 }
</style>

background-color css

<style>
 a { background-color: #BB9D4B; }

 a { background-color: rgb(187,157,75); }

 div.DivClassName
 {
   background-color: #BB9D4B;
 }
 .BgClassName
 {
   background-color: #BB9D4B;
 }
</style>

border-color css

<style>
 span { border-color: #BB9D4B; }

 span { border-color: rgb(187,157,75); }

 td.TdClassName
 {
   border-color: #BB9D4B;
 }
 .TagClassName
 {
   border-color: #BB9D4B;
 }
</style>