Html Css Color HEX #BBA14A Husk

📋 copy color: '#BBA14A'

red 187 ◦ green 161 ◦ blue 74

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

Shades of Husk #BBA14A

Tints of Husk #BBA14A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.54%

R = 44.31%
G = 38.15%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BBA14A (or 0xBBA14A) is known color: Husk. HEX triplet: BB, A1 and 4A. RGB value is (187,161,74). Sum of RGB (Red+Green+Blue) = 187+161+74=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 161 (63.28% from 255 or 38.15% from 422); Blue value is 74 (29.30% from 255 or 17.54% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA14A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA14A is #445EB5. Grayscale: #9F9F9F. Windows color (decimal): -4480694 or 4891067. OLE color: 4891067.

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

Color convert

RGB 187 161 74 -
CMYK 0 0.14 0.60 0.27
HSL 46.19º 0.45% 0.51% -
HSV(B) 46.19º 0.6% 0.73% -
XYZ 34.47 36.55 11.72 -
YUV 158.86 80.11 148.07 -
System Red Green Blue C M Y K H S L
Decimal 187 161 74 0 0.14 0.60 0.27 46.19 0.45 0.51
Hex BB A1 4A 0 E 3C 1B 2E 2D 33
Octal 273 241 112 0 16 74 33 56 55 63
Binary 10111011 10100001 1001010 0 1110 111100 11011 101110 101101 110011

Color Harmonies of #BBA14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA14A

Black with #BBA14A

Text Example


Text Example

White with #BBA14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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