Html Css Color HEX #B29D4A Husk

📋 copy color: '#B29D4A'

red 178 ◦ green 157 ◦ blue 74

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

Shades of Husk #B29D4A

Tints of Husk #B29D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.09%

R = 43.52%
G = 38.39%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B29D4A (or 0xB29D4A) is known color: Husk. HEX triplet: B2, 9D and 4A. RGB value is (178,157,74). Sum of RGB (Red+Green+Blue) = 178+157+74=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 157 (61.72% from 255 or 38.39% from 409); Blue value is 74 (29.30% from 255 or 18.09% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29D4A is #4D62B5. Grayscale: #9A9A9A. Windows color (decimal): -5071542 or 4890034. OLE color: 4890034.

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

Color convert

RGB 178 157 74 -
CMYK 0 0.12 0.58 0.30
HSL 47.88º 0.41% 0.49% -
HSV(B) 47.88º 0.58% 0.7% -
XYZ 31.65 34.07 11.39 -
YUV 153.82 82.96 145.25 -
System Red Green Blue C M Y K H S L
Decimal 178 157 74 0 0.12 0.58 0.30 47.88 0.41 0.49
Hex B2 9D 4A 0 C 3A 1E 30 29 31
Octal 262 235 112 0 14 72 36 60 51 61
Binary 10110010 10011101 1001010 0 1100 111010 11110 110000 101001 110001

Color Harmonies of #B29D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29D4A

Black with #B29D4A

Text Example


Text Example

White with #B29D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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