Html Css Color HEX #B2914D Husk

📋 copy color: '#B2914D'

red 178 ◦ green 145 ◦ blue 77

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

Shades of Husk #B2914D

Tints of Husk #B2914D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.25%

R = 44.5%
G = 36.25%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B2914D (or 0xB2914D) is known color: Husk. HEX triplet: B2, 91 and 4D. RGB value is (178,145,77). Sum of RGB (Red+Green+Blue) = 178+145+77=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B2914D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2914D is #4D6EB2. Grayscale: #939393. Windows color (decimal): -5074611 or 5083570. OLE color: 5083570.

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

Color convert

RGB 178 145 77 -
CMYK 0 0.19 0.57 0.30
HSL 40.4º 0.4% 0.5% -
HSV(B) 40.4º 0.57% 0.7% -
XYZ 29.83 30.25 11.29 -
YUV 147.12 88.43 150.03 -
System Red Green Blue C M Y K H S L
Decimal 178 145 77 0 0.19 0.57 0.30 40.4 0.4 0.5
Hex B2 91 4D 0 13 39 1E 28 28 32
Octal 262 221 115 0 23 71 36 50 50 62
Binary 10110010 10010001 1001101 0 10011 111001 11110 101000 101000 110010

Color Harmonies of #B2914D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2914D

Black with #B2914D

Text Example


Text Example

White with #B2914D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2914D; }

 p { color: rgb(178,145,77); }

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

background-color css

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

 a { background-color: rgb(178,145,77); }

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

border-color css

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

 span { border-color: rgb(178,145,77); }

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