Html Css Color HEX #B29E50 Husk

📋 copy color: '#B29E50'

red 178 ◦ green 158 ◦ blue 80

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

Shades of Husk #B29E50

Tints of Husk #B29E50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.23%

R = 42.79%
G = 37.98%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#B29E50 (or 0xB29E50) is known color: Husk. HEX triplet: B2, 9E and 50. RGB value is (178,158,80). Sum of RGB (Red+Green+Blue) = 178+158+80=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 178 - color contains mainly: red. Hex color #B29E50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29E50 is #4D61AF. Grayscale: #9B9B9B. Windows color (decimal): -5071280 or 5283506. OLE color: 5283506.

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

Color convert

RGB 178 158 80 -
CMYK 0 0.11 0.55 0.30
HSL 47.76º 0.39% 0.51% -
HSV(B) 47.76º 0.55% 0.7% -
XYZ 32.03 34.5 12.56 -
YUV 155.09 85.63 144.34 -
System Red Green Blue C M Y K H S L
Decimal 178 158 80 0 0.11 0.55 0.30 47.76 0.39 0.51
Hex B2 9E 50 0 B 37 1E 30 27 33
Octal 262 236 120 0 13 67 36 60 47 63
Binary 10110010 10011110 1010000 0 1011 110111 11110 110000 100111 110011

Color Harmonies of #B29E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29E50

Black with #B29E50

Text Example


Text Example

White with #B29E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29E50; }

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

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

background-color css

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

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

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

border-color css

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

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

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