Html Css Color HEX #BBA150 Husk

📋 copy color: '#BBA150'

red 187 ◦ green 161 ◦ blue 80

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

Shades of Husk #BBA150

Tints of Husk #BBA150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.69%

R = 43.69%
G = 37.62%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BBA150 (or 0xBBA150) is known color: Husk. HEX triplet: BB, A1 and 50. RGB value is (187,161,80). Sum of RGB (Red+Green+Blue) = 187+161+80=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 161 (63.28% from 255 or 37.62% from 428); Blue value is 80 (31.64% from 255 or 18.69% from 428); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA150 is #445EAF. Grayscale: #9F9F9F. Windows color (decimal): -4480688 or 5284283. OLE color: 5284283.

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

Color convert

RGB 187 161 80 -
CMYK 0 0.14 0.57 0.27
HSL 45.42º 0.44% 0.52% -
HSV(B) 45.42º 0.57% 0.73% -
XYZ 34.69 36.63 12.83 -
YUV 159.54 83.11 147.59 -
System Red Green Blue C M Y K H S L
Decimal 187 161 80 0 0.14 0.57 0.27 45.42 0.44 0.52
Hex BB A1 50 0 E 39 1B 2D 2C 34
Octal 273 241 120 0 16 71 33 55 54 64
Binary 10111011 10100001 1010000 0 1110 111001 11011 101101 101100 110100

Color Harmonies of #BBA150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA150

Black with #BBA150

Text Example


Text Example

White with #BBA150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA150; }

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

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

background-color css

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

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

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

border-color css

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

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

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