Html Css Color HEX #B2994E Husk

📋 copy color: '#B2994E'

red 178 ◦ green 153 ◦ blue 78

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

Shades of Husk #B2994E

Tints of Husk #B2994E

RGB

 RED value IS 178 (69.92% from 255) = 43.52%

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

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

R = 43.52%
G = 37.41%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B2994E (or 0xB2994E) is known color: Husk. HEX triplet: B2, 99 and 4E. RGB value is (178,153,78). Sum of RGB (Red+Green+Blue) = 178+153+78=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 78 (30.86% from 255 or 19.07% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B2994E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2994E is #4D66B1. Grayscale: #989898. Windows color (decimal): -5072562 or 5151154. OLE color: 5151154.

HSL color Cylindrical-coordinate representation of color #B2994E: hue angle of 45º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B2994E is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 153 78 -
CMYK 0 0.14 0.56 0.30
HSL 45º 0.39% 0.5% -
HSV(B) 45º 0.56% 0.7% -
XYZ 31.13 32.8 11.9 -
YUV 151.93 86.28 146.6 -
System Red Green Blue C M Y K H S L
Decimal 178 153 78 0 0.14 0.56 0.30 45 0.39 0.5
Hex B2 99 4E 0 E 38 1E 2D 27 32
Octal 262 231 116 0 16 70 36 55 47 62
Binary 10110010 10011001 1001110 0 1110 111000 11110 101101 100111 110010

Color Harmonies of #B2994E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2994E

Black with #B2994E

Text Example


Text Example

White with #B2994E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2994E; }

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

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

background-color css

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

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

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

border-color css

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

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

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