Html Css Color HEX #B29C4D Husk

📋 copy color: '#B29C4D'

red 178 ◦ green 156 ◦ blue 77

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

Shades of Husk #B29C4D

Tints of Husk #B29C4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.73%

R = 43.31%
G = 37.96%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B29C4D (or 0xB29C4D) is known color: Husk. HEX triplet: B2, 9C and 4D. RGB value is (178,156,77). Sum of RGB (Red+Green+Blue) = 178+156+77=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 77 (30.47% from 255 or 18.73% from 411); Max value from RGB is 178 - color contains mainly: red. Hex color #B29C4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29C4D is #4D63B2. Grayscale: #999999. Windows color (decimal): -5071795 or 5086386. OLE color: 5086386.

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

Color convert

RGB 178 156 77 -
CMYK 0 0.12 0.57 0.30
HSL 46.93º 0.4% 0.5% -
HSV(B) 46.93º 0.57% 0.7% -
XYZ 31.59 33.78 11.88 -
YUV 153.57 84.79 145.42 -
System Red Green Blue C M Y K H S L
Decimal 178 156 77 0 0.12 0.57 0.30 46.93 0.4 0.5
Hex B2 9C 4D 0 C 39 1E 2F 28 32
Octal 262 234 115 0 14 71 36 57 50 62
Binary 10110010 10011100 1001101 0 1100 111001 11110 101111 101000 110010

Color Harmonies of #B29C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29C4D

Black with #B29C4D

Text Example


Text Example

White with #B29C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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