Html Css Color HEX #B29A45 Husk

📋 copy color: '#B29A45'

red 178 ◦ green 154 ◦ blue 69

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

Shades of Husk #B29A45

Tints of Husk #B29A45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.21%

R = 44.39%
G = 38.4%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B29A45 (or 0xB29A45) is known color: Husk. HEX triplet: B2, 9A and 45. RGB value is (178,154,69). Sum of RGB (Red+Green+Blue) = 178+154+69=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 154 (60.55% from 255 or 38.40% from 401); Blue value is 69 (27.34% from 255 or 17.21% from 401); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29A45 is #4D65BA. Grayscale: #979797. Windows color (decimal): -5072315 or 4561586. OLE color: 4561586.

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

Color convert

RGB 178 154 69 -
CMYK 0 0.13 0.61 0.30
HSL 46.79º 0.44% 0.48% -
HSV(B) 46.79º 0.61% 0.7% -
XYZ 30.99 33.01 10.37 -
YUV 151.49 81.45 146.91 -
System Red Green Blue C M Y K H S L
Decimal 178 154 69 0 0.13 0.61 0.30 46.79 0.44 0.48
Hex B2 9A 45 0 D 3D 1E 2F 2C 30
Octal 262 232 105 0 15 75 36 57 54 60
Binary 10110010 10011010 1000101 0 1101 111101 11110 101111 101100 110000

Color Harmonies of #B29A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29A45

Black with #B29A45

Text Example


Text Example

White with #B29A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29A45; }

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

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

background-color css

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

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

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

border-color css

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

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

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