Html Css Color HEX #BB994C Husk

📋 copy color: '#BB994C'

red 187 ◦ green 153 ◦ blue 76

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

Shades of Husk #BB994C

Tints of Husk #BB994C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.78%

 BLUE value IS 76 (30.08% from 255) = 18.27%

R = 44.95%
G = 36.78%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BB994C (or 0xBB994C) is known color: Husk. HEX triplet: BB, 99 and 4C. RGB value is (187,153,76). Sum of RGB (Red+Green+Blue) = 187+153+76=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 76 (30.08% from 255 or 18.27% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB994C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB994C is #4466B3. Grayscale: #9A9A9A. Windows color (decimal): -4482740 or 5020091. OLE color: 5020091.

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

Color convert

RGB 187 153 76 -
CMYK 0 0.18 0.59 0.27
HSL 41.62º 0.45% 0.52% -
HSV(B) 41.62º 0.59% 0.73% -
XYZ 33.19 33.87 11.63 -
YUV 154.39 83.76 151.26 -
System Red Green Blue C M Y K H S L
Decimal 187 153 76 0 0.18 0.59 0.27 41.62 0.45 0.52
Hex BB 99 4C 0 12 3B 1B 2A 2D 34
Octal 273 231 114 0 22 73 33 52 55 64
Binary 10111011 10011001 1001100 0 10010 111011 11011 101010 101101 110100

Color Harmonies of #BB994C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB994C

Black with #BB994C

Text Example


Text Example

White with #BB994C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB994C; }

 p { color: rgb(187,153,76); }

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

background-color css

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

 a { background-color: rgb(187,153,76); }

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

border-color css

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

 span { border-color: rgb(187,153,76); }

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