Html Css Color HEX #B2944C Husk

📋 copy color: '#B2944C'

red 178 ◦ green 148 ◦ blue 76

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

Shades of Husk #B2944C

Tints of Husk #B2944C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.82%

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

R = 44.28%
G = 36.82%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B2944C (or 0xB2944C) is known color: Husk. HEX triplet: B2, 94 and 4C. RGB value is (178,148,76). Sum of RGB (Red+Green+Blue) = 178+148+76=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 76 (30.08% from 255 or 18.91% from 402); Max value from RGB is 178 - color contains mainly: red. Hex color #B2944C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2944C is #4D6BB3. Grayscale: #959595. Windows color (decimal): -5073844 or 5018802. OLE color: 5018802.

HSL color Cylindrical-coordinate representation of color #B2944C: hue angle of 42.35º 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 #B2944C is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 148 76 -
CMYK 0 0.17 0.57 0.30
HSL 42.35º 0.4% 0.5% -
HSV(B) 42.35º 0.57% 0.7% -
XYZ 30.25 31.17 11.26 -
YUV 148.76 86.94 148.85 -
System Red Green Blue C M Y K H S L
Decimal 178 148 76 0 0.17 0.57 0.30 42.35 0.4 0.5
Hex B2 94 4C 0 11 39 1E 2A 28 32
Octal 262 224 114 0 21 71 36 52 50 62
Binary 10110010 10010100 1001100 0 10001 111001 11110 101010 101000 110010

Color Harmonies of #B2944C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2944C

Black with #B2944C

Text Example


Text Example

White with #B2944C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2944C; }

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

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

background-color css

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

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

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

border-color css

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

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

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