Html Css Color HEX #BB9F49 Husk

📋 copy color: '#BB9F49'

red 187 ◦ green 159 ◦ blue 73

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

Shades of Husk #BB9F49

Tints of Husk #BB9F49

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.95%

 BLUE value IS 73 (28.91% from 255) = 17.42%

R = 44.63%
G = 37.95%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BB9F49 (or 0xBB9F49) is known color: Husk. HEX triplet: BB, 9F and 49. RGB value is (187,159,73). Sum of RGB (Red+Green+Blue) = 187+159+73=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 73 (28.91% from 255 or 17.42% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9F49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9F49 is #4460B6. Grayscale: #9D9D9D. Windows color (decimal): -4481207 or 4825019. OLE color: 4825019.

HSL color Cylindrical-coordinate representation of color #BB9F49: hue angle of 45.26º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB9F49 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 159 73 -
CMYK 0 0.15 0.61 0.27
HSL 45.26º 0.46% 0.51% -
HSV(B) 45.26º 0.61% 0.73% -
XYZ 34.09 35.84 11.42 -
YUV 157.57 80.28 148.99 -
System Red Green Blue C M Y K H S L
Decimal 187 159 73 0 0.15 0.61 0.27 45.26 0.46 0.51
Hex BB 9F 49 0 F 3D 1B 2D 2E 33
Octal 273 237 111 0 17 75 33 55 56 63
Binary 10111011 10011111 1001001 0 1111 111101 11011 101101 101110 110011

Color Harmonies of #BB9F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9F49

Black with #BB9F49

Text Example


Text Example

White with #BB9F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9F49; }

 p { color: rgb(187,159,73); }

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

background-color css

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

 a { background-color: rgb(187,159,73); }

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

border-color css

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

 span { border-color: rgb(187,159,73); }

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