Html Css Color HEX #B29E4D Husk

📋 copy color: '#B29E4D'

red 178 ◦ green 158 ◦ blue 77

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

Shades of Husk #B29E4D

Tints of Husk #B29E4D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.26%

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

R = 43.1%
G = 38.26%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B29E4D (or 0xB29E4D) is known color: Husk. HEX triplet: B2, 9E and 4D. RGB value is (178,158,77). Sum of RGB (Red+Green+Blue) = 178+158+77=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 77 (30.47% from 255 or 18.64% from 413); Max value from RGB is 178 - color contains mainly: red. Hex color #B29E4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29E4D is #4D61B2. Grayscale: #9B9B9B. Windows color (decimal): -5071283 or 5086898. OLE color: 5086898.

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

Color convert

RGB 178 158 77 -
CMYK 0 0.11 0.57 0.30
HSL 48.12º 0.4% 0.5% -
HSV(B) 48.12º 0.57% 0.7% -
XYZ 31.93 34.45 11.99 -
YUV 154.75 84.13 144.59 -
System Red Green Blue C M Y K H S L
Decimal 178 158 77 0 0.11 0.57 0.30 48.12 0.4 0.5
Hex B2 9E 4D 0 B 39 1E 30 28 32
Octal 262 236 115 0 13 71 36 60 50 62
Binary 10110010 10011110 1001101 0 1011 111001 11110 110000 101000 110010

Color Harmonies of #B29E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29E4D

Black with #B29E4D

Text Example


Text Example

White with #B29E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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