Html Css Color HEX #B29C56 Husk

📋 copy color: '#B29C56'

red 178 ◦ green 156 ◦ blue 86

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

Shades of Husk #B29C56

Tints of Husk #B29C56

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.14%

 BLUE value IS 86 (33.98% from 255) = 20.48%

R = 42.38%
G = 37.14%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B29C56 (or 0xB29C56) is known color: Husk. HEX triplet: B2, 9C and 56. RGB value is (178,156,86). Sum of RGB (Red+Green+Blue) = 178+156+86=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 156 (61.33% from 255 or 37.14% from 420); Blue value is 86 (33.98% from 255 or 20.48% from 420); Max value from RGB is 178 - color contains mainly: red. Hex color #B29C56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29C56 is #4D63A9. Grayscale: #9A9A9A. Windows color (decimal): -5071786 or 5676210. OLE color: 5676210.

HSL color Cylindrical-coordinate representation of color #B29C56: hue angle of 45.65º degrees, saturation: 0.37, 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 #B29C56 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 156 86 -
CMYK 0 0.12 0.52 0.30
HSL 45.65º 0.37% 0.52% -
HSV(B) 45.65º 0.52% 0.7% -
XYZ 31.93 33.91 13.67 -
YUV 154.6 89.29 144.69 -
System Red Green Blue C M Y K H S L
Decimal 178 156 86 0 0.12 0.52 0.30 45.65 0.37 0.52
Hex B2 9C 56 0 C 34 1E 2E 25 34
Octal 262 234 126 0 14 64 36 56 45 64
Binary 10110010 10011100 1010110 0 1100 110100 11110 101110 100101 110100

Color Harmonies of #B29C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29C56

Black with #B29C56

Text Example


Text Example

White with #B29C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29C56; }

 p { color: rgb(178,156,86); }

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

background-color css

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

 a { background-color: rgb(178,156,86); }

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

border-color css

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

 span { border-color: rgb(178,156,86); }

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