Html Css Color HEX #BBA04F Husk

📋 copy color: '#BBA04F'

red 187 ◦ green 160 ◦ blue 79

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

Shades of Husk #BBA04F

Tints of Husk #BBA04F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.54%

R = 43.9%
G = 37.56%
B = 18.54%

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

#BBA04F (or 0xBBA04F) is known color: Husk. HEX triplet: BB, A0 and 4F. RGB value is (187,160,79). Sum of RGB (Red+Green+Blue) = 187+160+79=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 79 (31.25% from 255 or 18.54% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA04F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA04F is #445FB0. Grayscale: #9F9F9F. Windows color (decimal): -4480945 or 5218491. OLE color: 5218491.

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

Color convert

RGB 187 160 79 -
CMYK 0 0.14 0.58 0.27
HSL 45º 0.44% 0.52% -
HSV(B) 45º 0.58% 0.73% -
XYZ 34.48 36.27 12.58 -
YUV 158.84 82.95 148.09 -
System Red Green Blue C M Y K H S L
Decimal 187 160 79 0 0.14 0.58 0.27 45 0.44 0.52
Hex BB A0 4F 0 E 3A 1B 2D 2C 34
Octal 273 240 117 0 16 72 33 55 54 64
Binary 10111011 10100000 1001111 0 1110 111010 11011 101101 101100 110100

Color Harmonies of #BBA04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA04F

Black with #BBA04F

Text Example


Text Example

White with #BBA04F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA04F; }

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

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

background-color css

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

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

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

border-color css

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

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

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