Html Css Color HEX #B2964C Husk

📋 copy color: '#B2964C'

red 178 ◦ green 150 ◦ blue 76

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

Shades of Husk #B2964C

Tints of Husk #B2964C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.13%

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

R = 44.06%
G = 37.13%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B2964C (or 0xB2964C) is known color: Husk. HEX triplet: B2, 96 and 4C. RGB value is (178,150,76). Sum of RGB (Red+Green+Blue) = 178+150+76=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 76 (30.08% from 255 or 18.81% from 404); Max value from RGB is 178 - color contains mainly: red. Hex color #B2964C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2964C is #4D69B3. Grayscale: #969696. Windows color (decimal): -5073332 or 5019314. OLE color: 5019314.

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

Color convert

RGB 178 150 76 -
CMYK 0 0.16 0.57 0.30
HSL 43.53º 0.4% 0.5% -
HSV(B) 43.53º 0.57% 0.7% -
XYZ 30.57 31.8 11.36 -
YUV 149.94 86.28 148.02 -
System Red Green Blue C M Y K H S L
Decimal 178 150 76 0 0.16 0.57 0.30 43.53 0.4 0.5
Hex B2 96 4C 0 10 39 1E 2C 28 32
Octal 262 226 114 0 20 71 36 54 50 62
Binary 10110010 10010110 1001100 0 10000 111001 11110 101100 101000 110010

Color Harmonies of #B2964C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2964C

Black with #B2964C

Text Example


Text Example

White with #B2964C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2964C; }

 p { color: rgb(178,150,76); }

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

background-color css

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

 a { background-color: rgb(178,150,76); }

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

border-color css

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

 span { border-color: rgb(178,150,76); }

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