Html Css Color HEX #BBA151 Husk

📋 copy color: '#BBA151'

red 187 ◦ green 161 ◦ blue 81

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

Shades of Husk #BBA151

Tints of Husk #BBA151

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.53%

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

R = 43.59%
G = 37.53%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BBA151 (or 0xBBA151) is known color: Husk. HEX triplet: BB, A1 and 51. RGB value is (187,161,81). Sum of RGB (Red+Green+Blue) = 187+161+81=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 81 (32.03% from 255 or 18.88% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA151 is #445EAE. Grayscale: #A0A0A0. Windows color (decimal): -4480687 or 5349819. OLE color: 5349819.

HSL color Cylindrical-coordinate representation of color #BBA151: hue angle of 45.28º 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 #BBA151 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 161 81 -
CMYK 0 0.14 0.57 0.27
HSL 45.28º 0.44% 0.53% -
HSV(B) 45.28º 0.57% 0.73% -
XYZ 34.72 36.65 13.03 -
YUV 159.65 83.61 147.5 -
System Red Green Blue C M Y K H S L
Decimal 187 161 81 0 0.14 0.57 0.27 45.28 0.44 0.53
Hex BB A1 51 0 E 39 1B 2D 2C 35
Octal 273 241 121 0 16 71 33 55 54 65
Binary 10111011 10100001 1010001 0 1110 111001 11011 101101 101100 110101

Color Harmonies of #BBA151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA151

Black with #BBA151

Text Example


Text Example

White with #BBA151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA151; }

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

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

background-color css

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

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

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

border-color css

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

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

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