Html Css Color HEX #B29C52 Husk

📋 copy color: '#B29C52'

red 178 ◦ green 156 ◦ blue 82

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

Shades of Husk #B29C52

Tints of Husk #B29C52

RGB

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

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

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

R = 42.79%
G = 37.5%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B29C52 (or 0xB29C52) is known color: Husk. HEX triplet: B2, 9C and 52. RGB value is (178,156,82). Sum of RGB (Red+Green+Blue) = 178+156+82=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 156 (61.33% from 255 or 37.5% from 416); Blue value is 82 (32.42% from 255 or 19.71% from 416); Max value from RGB is 178 - color contains mainly: red. Hex color #B29C52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29C52 is #4D63AD. Grayscale: #9A9A9A. Windows color (decimal): -5071790 or 5414066. OLE color: 5414066.

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

Color convert

RGB 178 156 82 -
CMYK 0 0.12 0.54 0.30
HSL 46.25º 0.38% 0.51% -
HSV(B) 46.25º 0.54% 0.7% -
XYZ 31.77 33.85 12.84 -
YUV 154.14 87.29 145.02 -
System Red Green Blue C M Y K H S L
Decimal 178 156 82 0 0.12 0.54 0.30 46.25 0.38 0.51
Hex B2 9C 52 0 C 36 1E 2E 26 33
Octal 262 234 122 0 14 66 36 56 46 63
Binary 10110010 10011100 1010010 0 1100 110110 11110 101110 100110 110011

Color Harmonies of #B29C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29C52

Black with #B29C52

Text Example


Text Example

White with #B29C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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