Html Css Color HEX #B29A4A Husk

📋 copy color: '#B29A4A'

red 178 ◦ green 154 ◦ blue 74

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

Shades of Husk #B29A4A

Tints of Husk #B29A4A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.93%

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

R = 43.84%
G = 37.93%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B29A4A (or 0xB29A4A) is known color: Husk. HEX triplet: B2, 9A and 4A. RGB value is (178,154,74). Sum of RGB (Red+Green+Blue) = 178+154+74=406 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.84% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 74 (29.30% from 255 or 18.23% from 406); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29A4A is #4D65B5. Grayscale: #989898. Windows color (decimal): -5072310 or 4889266. OLE color: 4889266.

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

Color convert

RGB 178 154 74 -
CMYK 0 0.13 0.58 0.30
HSL 46.15º 0.41% 0.49% -
HSV(B) 46.15º 0.58% 0.7% -
XYZ 31.15 33.07 11.22 -
YUV 152.06 83.95 146.5 -
System Red Green Blue C M Y K H S L
Decimal 178 154 74 0 0.13 0.58 0.30 46.15 0.41 0.49
Hex B2 9A 4A 0 D 3A 1E 2E 29 31
Octal 262 232 112 0 15 72 36 56 51 61
Binary 10110010 10011010 1001010 0 1101 111010 11110 101110 101001 110001

Color Harmonies of #B29A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29A4A

Black with #B29A4A

Text Example


Text Example

White with #B29A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29A4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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