Html Css Color HEX #B2984D Husk

📋 copy color: '#B2984D'

red 178 ◦ green 152 ◦ blue 77

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

Shades of Husk #B2984D

Tints of Husk #B2984D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.35%

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

R = 43.73%
G = 37.35%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B2984D (or 0xB2984D) is known color: Husk. HEX triplet: B2, 98 and 4D. RGB value is (178,152,77). Sum of RGB (Red+Green+Blue) = 178+152+77=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 77 (30.47% from 255 or 18.92% from 407); Max value from RGB is 178 - color contains mainly: red. Hex color #B2984D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2984D is #4D67B2. Grayscale: #979797. Windows color (decimal): -5072819 or 5085362. OLE color: 5085362.

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

Color convert

RGB 178 152 77 -
CMYK 0 0.15 0.57 0.30
HSL 44.55º 0.4% 0.5% -
HSV(B) 44.55º 0.57% 0.7% -
XYZ 30.93 32.46 11.66 -
YUV 151.22 86.11 147.1 -
System Red Green Blue C M Y K H S L
Decimal 178 152 77 0 0.15 0.57 0.30 44.55 0.4 0.5
Hex B2 98 4D 0 F 39 1E 2D 28 32
Octal 262 230 115 0 17 71 36 55 50 62
Binary 10110010 10011000 1001101 0 1111 111001 11110 101101 101000 110010

Color Harmonies of #B2984D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2984D

Black with #B2984D

Text Example


Text Example

White with #B2984D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2984D; }

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

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

background-color css

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

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

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

border-color css

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

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

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