Html Css Color HEX #B29855 Husk

📋 copy color: '#B29855'

red 178 ◦ green 152 ◦ blue 85

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

Shades of Husk #B29855

Tints of Husk #B29855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.48%

R = 42.89%
G = 36.63%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B29855 (or 0xB29855) is known color: Husk. HEX triplet: B2, 98 and 55. RGB value is (178,152,85). Sum of RGB (Red+Green+Blue) = 178+152+85=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 152 (59.77% from 255 or 36.63% from 415); Blue value is 85 (33.59% from 255 or 20.48% from 415); Max value from RGB is 178 - color contains mainly: red. Hex color #B29855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29855 is #4D67AA. Grayscale: #989898. Windows color (decimal): -5072811 or 5609650. OLE color: 5609650.

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

Color convert

RGB 178 152 85 -
CMYK 0 0.15 0.52 0.30
HSL 43.23º 0.38% 0.52% -
HSV(B) 43.23º 0.52% 0.7% -
XYZ 31.23 32.58 13.24 -
YUV 152.14 90.11 146.45 -
System Red Green Blue C M Y K H S L
Decimal 178 152 85 0 0.15 0.52 0.30 43.23 0.38 0.52
Hex B2 98 55 0 F 34 1E 2B 26 34
Octal 262 230 125 0 17 64 36 53 46 64
Binary 10110010 10011000 1010101 0 1111 110100 11110 101011 100110 110100

Color Harmonies of #B29855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29855

Black with #B29855

Text Example


Text Example

White with #B29855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29855; }

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

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

background-color css

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

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

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

border-color css

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

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

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