Html Css Color HEX #B29552 Husk

📋 copy color: '#B29552'

red 178 ◦ green 149 ◦ blue 82

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

Shades of Husk #B29552

Tints of Husk #B29552

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.43%

 BLUE value IS 82 (32.42% from 255) = 20.05%

R = 43.52%
G = 36.43%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B29552 (or 0xB29552) is known color: Husk. HEX triplet: B2, 95 and 52. RGB value is (178,149,82). Sum of RGB (Red+Green+Blue) = 178+149+82=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 82 (32.42% from 255 or 20.05% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B29552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29552 is #4D6AAD. Grayscale: #969696. Windows color (decimal): -5073582 or 5412274. OLE color: 5412274.

HSL color Cylindrical-coordinate representation of color #B29552: hue angle of 41.88º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B29552 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 149 82 -
CMYK 0 0.16 0.54 0.30
HSL 41.88º 0.38% 0.51% -
HSV(B) 41.88º 0.54% 0.7% -
XYZ 30.63 31.57 12.46 -
YUV 150.03 89.61 147.95 -
System Red Green Blue C M Y K H S L
Decimal 178 149 82 0 0.16 0.54 0.30 41.88 0.38 0.51
Hex B2 95 52 0 10 36 1E 2A 26 33
Octal 262 225 122 0 20 66 36 52 46 63
Binary 10110010 10010101 1010010 0 10000 110110 11110 101010 100110 110011

Color Harmonies of #B29552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29552

Black with #B29552

Text Example


Text Example

White with #B29552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29552; }

 p { color: rgb(178,149,82); }

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

background-color css

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

 a { background-color: rgb(178,149,82); }

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

border-color css

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

 span { border-color: rgb(178,149,82); }

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