Html Css Color HEX #B2914E Husk

📋 copy color: '#B2914E'

red 178 ◦ green 145 ◦ blue 78

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

Shades of Husk #B2914E

Tints of Husk #B2914E

RGB

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

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

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

R = 44.39%
G = 36.16%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B2914E (or 0xB2914E) is known color: Husk. HEX triplet: B2, 91 and 4E. RGB value is (178,145,78). Sum of RGB (Red+Green+Blue) = 178+145+78=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 78 (30.86% from 255 or 19.45% from 401); Max value from RGB is 178 - color contains mainly: red. Hex color #B2914E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2914E is #4D6EB1. Grayscale: #939393. Windows color (decimal): -5074610 or 5149106. OLE color: 5149106.

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

Color convert

RGB 178 145 78 -
CMYK 0 0.19 0.56 0.30
HSL 40.2º 0.39% 0.5% -
HSV(B) 40.2º 0.56% 0.7% -
XYZ 29.86 30.27 11.48 -
YUV 147.23 88.93 149.95 -
System Red Green Blue C M Y K H S L
Decimal 178 145 78 0 0.19 0.56 0.30 40.2 0.39 0.5
Hex B2 91 4E 0 13 38 1E 28 27 32
Octal 262 221 116 0 23 70 36 50 47 62
Binary 10110010 10010001 1001110 0 10011 111000 11110 101000 100111 110010

Color Harmonies of #B2914E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2914E

Black with #B2914E

Text Example


Text Example

White with #B2914E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2914E; }

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

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

background-color css

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

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

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

border-color css

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

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

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