Html Css Color HEX #BBA047 Husk

📋 copy color: '#BBA047'

red 187 ◦ green 160 ◦ blue 71

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

Shades of Husk #BBA047

Tints of Husk #BBA047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 16.99%

R = 44.74%
G = 38.28%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BBA047 (or 0xBBA047) is known color: Husk. HEX triplet: BB, A0 and 47. RGB value is (187,160,71). Sum of RGB (Red+Green+Blue) = 187+160+71=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 160 (62.89% from 255 or 38.28% from 418); Blue value is 71 (28.12% from 255 or 16.99% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA047 is #445FB8. Grayscale: #9E9E9E. Windows color (decimal): -4480953 or 4694203. OLE color: 4694203.

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

Color convert

RGB 187 160 71 -
CMYK 0 0.14 0.62 0.27
HSL 46.03º 0.46% 0.51% -
HSV(B) 46.03º 0.62% 0.73% -
XYZ 34.2 36.16 11.14 -
YUV 157.93 78.95 148.74 -
System Red Green Blue C M Y K H S L
Decimal 187 160 71 0 0.14 0.62 0.27 46.03 0.46 0.51
Hex BB A0 47 0 E 3E 1B 2E 2E 33
Octal 273 240 107 0 16 76 33 56 56 63
Binary 10111011 10100000 1000111 0 1110 111110 11011 101110 101110 110011

Color Harmonies of #BBA047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA047

Black with #BBA047

Text Example


Text Example

White with #BBA047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA047; }

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

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

background-color css

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

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

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

border-color css

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

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

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