Html Css Color HEX #BB994E Husk

📋 copy color: '#BB994E'

red 187 ◦ green 153 ◦ blue 78

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

Shades of Husk #BB994E

Tints of Husk #BB994E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.66%

R = 44.74%
G = 36.6%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BB994E (or 0xBB994E) is known color: Husk. HEX triplet: BB, 99 and 4E. RGB value is (187,153,78). Sum of RGB (Red+Green+Blue) = 187+153+78=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 78 (30.86% from 255 or 18.66% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BB994E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB994E is #4466B1. Grayscale: #9A9A9A. Windows color (decimal): -4482738 or 5151163. OLE color: 5151163.

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

Color convert

RGB 187 153 78 -
CMYK 0 0.18 0.58 0.27
HSL 41.28º 0.44% 0.52% -
HSV(B) 41.28º 0.58% 0.73% -
XYZ 33.26 33.9 12 -
YUV 154.62 84.76 151.1 -
System Red Green Blue C M Y K H S L
Decimal 187 153 78 0 0.18 0.58 0.27 41.28 0.44 0.52
Hex BB 99 4E 0 12 3A 1B 29 2C 34
Octal 273 231 116 0 22 72 33 51 54 64
Binary 10111011 10011001 1001110 0 10010 111010 11011 101001 101100 110100

Color Harmonies of #BB994E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB994E

Black with #BB994E

Text Example


Text Example

White with #BB994E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB994E; }

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

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

background-color css

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

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

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

border-color css

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

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

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