Html Css Color HEX #B29C44 Husk

📋 copy color: '#B29C44'

red 178 ◦ green 156 ◦ blue 68

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

Shades of Husk #B29C44

Tints of Husk #B29C44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.92%

R = 44.28%
G = 38.81%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B29C44 (or 0xB29C44) is known color: Husk. HEX triplet: B2, 9C and 44. RGB value is (178,156,68). Sum of RGB (Red+Green+Blue) = 178+156+68=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 156 (61.33% from 255 or 38.81% from 402); Blue value is 68 (26.95% from 255 or 16.92% from 402); Max value from RGB is 178 - color contains mainly: red. Hex color #B29C44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29C44 is #4D63BB. Grayscale: #989898. Windows color (decimal): -5071804 or 4496562. OLE color: 4496562.

HSL color Cylindrical-coordinate representation of color #B29C44: hue angle of 48º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B29C44 is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 156 68 -
CMYK 0 0.12 0.62 0.30
HSL 48º 0.45% 0.48% -
HSV(B) 48º 0.62% 0.7% -
XYZ 31.29 33.66 10.32 -
YUV 152.55 80.29 146.16 -
System Red Green Blue C M Y K H S L
Decimal 178 156 68 0 0.12 0.62 0.30 48 0.45 0.48
Hex B2 9C 44 0 C 3E 1E 30 2D 30
Octal 262 234 104 0 14 76 36 60 55 60
Binary 10110010 10011100 1000100 0 1100 111110 11110 110000 101101 110000

Color Harmonies of #B29C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29C44

Black with #B29C44

Text Example


Text Example

White with #B29C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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