Html Css Color HEX #B29547 Husk

📋 copy color: '#B29547'

red 178 ◦ green 149 ◦ blue 71

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

Shades of Husk #B29547

Tints of Husk #B29547

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.44%

 BLUE value IS 71 (28.13% from 255) = 17.84%

R = 44.72%
G = 37.44%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B29547 (or 0xB29547) is known color: Husk. HEX triplet: B2, 95 and 47. RGB value is (178,149,71). Sum of RGB (Red+Green+Blue) = 178+149+71=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 71 (28.12% from 255 or 17.84% from 398); Max value from RGB is 178 - color contains mainly: red. Hex color #B29547 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29547 is #4D6AB8. Grayscale: #959595. Windows color (decimal): -5073593 or 4691378. OLE color: 4691378.

HSL color Cylindrical-coordinate representation of color #B29547: hue angle of 43.74º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B29547 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 149 71 -
CMYK 0 0.16 0.60 0.30
HSL 43.74º 0.43% 0.49% -
HSV(B) 43.74º 0.6% 0.7% -
XYZ 30.24 31.41 10.43 -
YUV 148.78 84.11 148.84 -
System Red Green Blue C M Y K H S L
Decimal 178 149 71 0 0.16 0.60 0.30 43.74 0.43 0.49
Hex B2 95 47 0 10 3C 1E 2C 2B 31
Octal 262 225 107 0 20 74 36 54 53 61
Binary 10110010 10010101 1000111 0 10000 111100 11110 101100 101011 110001

Color Harmonies of #B29547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29547

Black with #B29547

Text Example


Text Example

White with #B29547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29547; }

 p { color: rgb(178,149,71); }

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

background-color css

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

 a { background-color: rgb(178,149,71); }

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

border-color css

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

 span { border-color: rgb(178,149,71); }

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