Html Css Color HEX #BB9F51 Husk

📋 copy color: '#BB9F51'

red 187 ◦ green 159 ◦ blue 81

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

Shades of Husk #BB9F51

Tints of Husk #BB9F51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18.97%

R = 43.79%
G = 37.24%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BB9F51 (or 0xBB9F51) is known color: Husk. HEX triplet: BB, 9F and 51. RGB value is (187,159,81). Sum of RGB (Red+Green+Blue) = 187+159+81=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 159 (62.5% from 255 or 37.24% from 427); Blue value is 81 (32.03% from 255 or 18.97% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9F51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9F51 is #4460AE. Grayscale: #9E9E9E. Windows color (decimal): -4481199 or 5349307. OLE color: 5349307.

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

Color convert

RGB 187 159 81 -
CMYK 0 0.15 0.57 0.27
HSL 44.15º 0.44% 0.53% -
HSV(B) 44.15º 0.57% 0.73% -
XYZ 34.38 35.96 12.91 -
YUV 158.48 84.28 148.34 -
System Red Green Blue C M Y K H S L
Decimal 187 159 81 0 0.15 0.57 0.27 44.15 0.44 0.53
Hex BB 9F 51 0 F 39 1B 2C 2C 35
Octal 273 237 121 0 17 71 33 54 54 65
Binary 10111011 10011111 1010001 0 1111 111001 11011 101100 101100 110101

Color Harmonies of #BB9F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9F51

Black with #BB9F51

Text Example


Text Example

White with #BB9F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9F51; }

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

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

background-color css

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

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

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

border-color css

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

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

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