Html Css Color HEX #B3914C Husk

📋 copy color: '#B3914C'

red 179 ◦ green 145 ◦ blue 76

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

Shades of Husk #B3914C

Tints of Husk #B3914C

RGB

 RED value IS 179 (70.31% from 255) = 44.75%

 GREEN value IS 145 (57.03% from 255) = 36.25%

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

R = 44.75%
G = 36.25%
B = 19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B3914C (or 0xB3914C) is known color: Husk. HEX triplet: B3, 91 and 4C. RGB value is (179,145,76). Sum of RGB (Red+Green+Blue) = 179+145+76=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 76 (30.08% from 255 or 19% from 400); Max value from RGB is 179 - color contains mainly: red. Hex color #B3914C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3914C is #4C6EB3. Grayscale: #939393. Windows color (decimal): -5009076 or 5018035. OLE color: 5018035.

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

Color convert

RGB 179 145 76 -
CMYK 0 0.19 0.58 0.30
HSL 40.19º 0.4% 0.5% -
HSV(B) 40.19º 0.58% 0.7% -
XYZ 30.02 30.36 11.11 -
YUV 147.3 87.76 150.61 -
System Red Green Blue C M Y K H S L
Decimal 179 145 76 0 0.19 0.58 0.30 40.19 0.4 0.5
Hex B3 91 4C 0 13 3A 1E 28 28 32
Octal 263 221 114 0 23 72 36 50 50 62
Binary 10110011 10010001 1001100 0 10011 111010 11110 101000 101000 110010

Color Harmonies of #B3914C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3914C

Black with #B3914C

Text Example


Text Example

White with #B3914C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3914C; }

 p { color: rgb(179,145,76); }

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

background-color css

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

 a { background-color: rgb(179,145,76); }

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

border-color css

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

 span { border-color: rgb(179,145,76); }

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