Html Css Color HEX #B29E45 Husk

📋 copy color: '#B29E45'

red 178 ◦ green 158 ◦ blue 69

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

Shades of Husk #B29E45

Tints of Husk #B29E45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.04%

R = 43.95%
G = 39.01%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B29E45 (or 0xB29E45) is known color: Husk. HEX triplet: B2, 9E and 45. RGB value is (178,158,69). Sum of RGB (Red+Green+Blue) = 178+158+69=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 158 (62.11% from 255 or 39.01% from 405); Blue value is 69 (27.34% from 255 or 17.04% from 405); Max value from RGB is 178 - color contains mainly: red. Hex color #B29E45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29E45 is #4D61BA. Grayscale: #9A9A9A. Windows color (decimal): -5071291 or 4562610. OLE color: 4562610.

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

Color convert

RGB 178 158 69 -
CMYK 0 0.11 0.61 0.30
HSL 48.99º 0.44% 0.48% -
HSV(B) 48.99º 0.61% 0.7% -
XYZ 31.66 34.35 10.59 -
YUV 153.83 80.13 145.24 -
System Red Green Blue C M Y K H S L
Decimal 178 158 69 0 0.11 0.61 0.30 48.99 0.44 0.48
Hex B2 9E 45 0 B 3D 1E 31 2C 30
Octal 262 236 105 0 13 75 36 61 54 60
Binary 10110010 10011110 1000101 0 1011 111101 11110 110001 101100 110000

Color Harmonies of #B29E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29E45

Black with #B29E45

Text Example


Text Example

White with #B29E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29E45; }

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

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

background-color css

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

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

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

border-color css

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

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

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