Html Css Color HEX #BBA14B Husk

📋 copy color: '#BBA14B'

red 187 ◦ green 161 ◦ blue 75

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

Shades of Husk #BBA14B

Tints of Husk #BBA14B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.73%

R = 44.21%
G = 38.06%
B = 17.73%

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

#BBA14B (or 0xBBA14B) is known color: Husk. HEX triplet: BB, A1 and 4B. RGB value is (187,161,75). Sum of RGB (Red+Green+Blue) = 187+161+75=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 75 (29.69% from 255 or 17.73% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA14B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA14B is #445EB4. Grayscale: #9F9F9F. Windows color (decimal): -4480693 or 4956603. OLE color: 4956603.

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

Color convert

RGB 187 161 75 -
CMYK 0 0.14 0.60 0.27
HSL 46.07º 0.45% 0.51% -
HSV(B) 46.07º 0.6% 0.73% -
XYZ 34.51 36.56 11.9 -
YUV 158.97 80.61 147.99 -
System Red Green Blue C M Y K H S L
Decimal 187 161 75 0 0.14 0.60 0.27 46.07 0.45 0.51
Hex BB A1 4B 0 E 3C 1B 2E 2D 33
Octal 273 241 113 0 16 74 33 56 55 63
Binary 10111011 10100001 1001011 0 1110 111100 11011 101110 101101 110011

Color Harmonies of #BBA14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA14B

Black with #BBA14B

Text Example


Text Example

White with #BBA14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA14B; }

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

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

background-color css

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

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

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

border-color css

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

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

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