Html Css Color HEX #B29A44 Husk

📋 copy color: '#B29A44'

red 178 ◦ green 154 ◦ blue 68

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

Shades of Husk #B29A44

Tints of Husk #B29A44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17%

R = 44.5%
G = 38.5%
B = 17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B29A44 (or 0xB29A44) is known color: Husk. HEX triplet: B2, 9A and 44. RGB value is (178,154,68). Sum of RGB (Red+Green+Blue) = 178+154+68=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 154 (60.55% from 255 or 38.5% from 400); Blue value is 68 (26.95% from 255 or 17% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29A44 is #4D65BB. Grayscale: #979797. Windows color (decimal): -5072316 or 4496050. OLE color: 4496050.

HSL color Cylindrical-coordinate representation of color #B29A44: hue angle of 46.91º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B29A44 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 154 68 -
CMYK 0 0.13 0.62 0.30
HSL 46.91º 0.45% 0.48% -
HSV(B) 46.91º 0.62% 0.7% -
XYZ 30.96 32.99 10.21 -
YUV 151.37 80.95 146.99 -
System Red Green Blue C M Y K H S L
Decimal 178 154 68 0 0.13 0.62 0.30 46.91 0.45 0.48
Hex B2 9A 44 0 D 3E 1E 2F 2D 30
Octal 262 232 104 0 15 76 36 57 55 60
Binary 10110010 10011010 1000100 0 1101 111110 11110 101111 101101 110000

Color Harmonies of #B29A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29A44

Black with #B29A44

Text Example


Text Example

White with #B29A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29A44; }

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

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

background-color css

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

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

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

border-color css

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

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

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