Html Css Color HEX #BBA04E Husk

📋 copy color: '#BBA04E'

red 187 ◦ green 160 ◦ blue 78

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

Shades of Husk #BBA04E

Tints of Husk #BBA04E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.35%

R = 44%
G = 37.65%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BBA04E (or 0xBBA04E) is known color: Husk. HEX triplet: BB, A0 and 4E. RGB value is (187,160,78). Sum of RGB (Red+Green+Blue) = 187+160+78=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 78 (30.86% from 255 or 18.35% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA04E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA04E is #445FB1. Grayscale: #9F9F9F. Windows color (decimal): -4480946 or 5152955. OLE color: 5152955.

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

Color convert

RGB 187 160 78 -
CMYK 0 0.14 0.58 0.27
HSL 45.14º 0.44% 0.52% -
HSV(B) 45.14º 0.58% 0.73% -
XYZ 34.44 36.26 12.39 -
YUV 158.73 82.45 148.17 -
System Red Green Blue C M Y K H S L
Decimal 187 160 78 0 0.14 0.58 0.27 45.14 0.44 0.52
Hex BB A0 4E 0 E 3A 1B 2D 2C 34
Octal 273 240 116 0 16 72 33 55 54 64
Binary 10111011 10100000 1001110 0 1110 111010 11011 101101 101100 110100

Color Harmonies of #BBA04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA04E

Black with #BBA04E

Text Example


Text Example

White with #BBA04E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA04E; }

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

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

background-color css

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

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

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

border-color css

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

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

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