Html Css Color HEX #B29250 Husk

📋 copy color: '#B29250'

red 178 ◦ green 146 ◦ blue 80

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

Shades of Husk #B29250

Tints of Husk #B29250

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.14%

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

R = 44.06%
G = 36.14%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#B29250 (or 0xB29250) is known color: Husk. HEX triplet: B2, 92 and 50. RGB value is (178,146,80). Sum of RGB (Red+Green+Blue) = 178+146+80=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 178 - color contains mainly: red. Hex color #B29250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29250 is #4D6DAF. Grayscale: #949494. Windows color (decimal): -5074352 or 5280434. OLE color: 5280434.

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

Color convert

RGB 178 146 80 -
CMYK 0 0.18 0.55 0.30
HSL 40.41º 0.39% 0.51% -
HSV(B) 40.41º 0.55% 0.7% -
XYZ 30.09 30.6 11.91 -
YUV 148.04 89.6 149.37 -
System Red Green Blue C M Y K H S L
Decimal 178 146 80 0 0.18 0.55 0.30 40.41 0.39 0.51
Hex B2 92 50 0 12 37 1E 28 27 33
Octal 262 222 120 0 22 67 36 50 47 63
Binary 10110010 10010010 1010000 0 10010 110111 11110 101000 100111 110011

Color Harmonies of #B29250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29250

Black with #B29250

Text Example


Text Example

White with #B29250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29250; }

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

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

background-color css

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

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

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

border-color css

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

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

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