Html Css Color HEX #B29D58 Husk

📋 copy color: '#B29D58'

red 178 ◦ green 157 ◦ blue 88

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

Shades of Husk #B29D58

Tints of Husk #B29D58

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.12%

 BLUE value IS 88 (34.77% from 255) = 20.8%

R = 42.08%
G = 37.12%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B29D58 (or 0xB29D58) is known color: Husk. HEX triplet: B2, 9D and 58. RGB value is (178,157,88). Sum of RGB (Red+Green+Blue) = 178+157+88=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 88 (34.77% from 255 or 20.80% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29D58 is #4D62A7. Grayscale: #9B9B9B. Windows color (decimal): -5071528 or 5807538. OLE color: 5807538.

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

Color convert

RGB 178 157 88 -
CMYK 0 0.12 0.51 0.30
HSL 46º 0.37% 0.52% -
HSV(B) 46º 0.51% 0.7% -
XYZ 32.18 34.28 14.15 -
YUV 155.41 89.96 144.11 -
System Red Green Blue C M Y K H S L
Decimal 178 157 88 0 0.12 0.51 0.30 46 0.37 0.52
Hex B2 9D 58 0 C 33 1E 2E 25 34
Octal 262 235 130 0 14 63 36 56 45 64
Binary 10110010 10011101 1011000 0 1100 110011 11110 101110 100101 110100

Color Harmonies of #B29D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29D58

Black with #B29D58

Text Example


Text Example

White with #B29D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29D58; }

 p { color: rgb(178,157,88); }

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

background-color css

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

 a { background-color: rgb(178,157,88); }

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

border-color css

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

 span { border-color: rgb(178,157,88); }

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