Html Css Color HEX #BBA051 Husk

📋 copy color: '#BBA051'

red 187 ◦ green 160 ◦ blue 81

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

Shades of Husk #BBA051

Tints of Husk #BBA051

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.38%

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

R = 43.69%
G = 37.38%
B = 18.93%

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

#BBA051 (or 0xBBA051) is known color: Husk. HEX triplet: BB, A0 and 51. RGB value is (187,160,81). Sum of RGB (Red+Green+Blue) = 187+160+81=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 160 (62.89% from 255 or 37.38% from 428); Blue value is 81 (32.03% from 255 or 18.93% from 428); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA051 is #445FAE. Grayscale: #9F9F9F. Windows color (decimal): -4480943 or 5349563. OLE color: 5349563.

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

Color convert

RGB 187 160 81 -
CMYK 0 0.14 0.57 0.27
HSL 44.72º 0.44% 0.53% -
HSV(B) 44.72º 0.57% 0.73% -
XYZ 34.55 36.3 12.97 -
YUV 159.07 83.95 147.92 -
System Red Green Blue C M Y K H S L
Decimal 187 160 81 0 0.14 0.57 0.27 44.72 0.44 0.53
Hex BB A0 51 0 E 39 1B 2D 2C 35
Octal 273 240 121 0 16 71 33 55 54 65
Binary 10111011 10100000 1010001 0 1110 111001 11011 101101 101100 110101

Color Harmonies of #BBA051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA051

Black with #BBA051

Text Example


Text Example

White with #BBA051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA051; }

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

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

background-color css

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

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

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

border-color css

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

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

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