Html Css Color HEX #BBA055 Husk

📋 copy color: '#BBA055'

red 187 ◦ green 160 ◦ blue 85

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

Shades of Husk #BBA055

Tints of Husk #BBA055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.68%

R = 43.29%
G = 37.04%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BBA055 (or 0xBBA055) is known color: Husk. HEX triplet: BB, A0 and 55. RGB value is (187,160,85). Sum of RGB (Red+Green+Blue) = 187+160+85=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 85 (33.59% from 255 or 19.68% from 432); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA055 is #445FAA. Grayscale: #9F9F9F. Windows color (decimal): -4480939 or 5611707. OLE color: 5611707.

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

Color convert

RGB 187 160 85 -
CMYK 0 0.14 0.55 0.27
HSL 44.12º 0.43% 0.53% -
HSV(B) 44.12º 0.55% 0.73% -
XYZ 34.7 36.36 13.78 -
YUV 159.52 85.95 147.6 -
System Red Green Blue C M Y K H S L
Decimal 187 160 85 0 0.14 0.55 0.27 44.12 0.43 0.53
Hex BB A0 55 0 E 37 1B 2C 2B 35
Octal 273 240 125 0 16 67 33 54 53 65
Binary 10111011 10100000 1010101 0 1110 110111 11011 101100 101011 110101

Color Harmonies of #BBA055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA055

Black with #BBA055

Text Example


Text Example

White with #BBA055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA055; }

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

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

background-color css

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

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

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

border-color css

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

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

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