Html Css Color HEX #B29B47 Husk

📋 copy color: '#B29B47'

red 178 ◦ green 155 ◦ blue 71

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

Shades of Husk #B29B47

Tints of Husk #B29B47

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.37%

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

R = 44.06%
G = 38.37%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B29B47 (or 0xB29B47) is known color: Husk. HEX triplet: B2, 9B and 47. RGB value is (178,155,71). Sum of RGB (Red+Green+Blue) = 178+155+71=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 155 (60.94% from 255 or 38.37% from 404); Blue value is 71 (28.12% from 255 or 17.57% from 404); Max value from RGB is 178 - color contains mainly: red. Hex color #B29B47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29B47 is #4D64B8. Grayscale: #989898. Windows color (decimal): -5072057 or 4692914. OLE color: 4692914.

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

Color convert

RGB 178 155 71 -
CMYK 0 0.13 0.60 0.30
HSL 47.1º 0.43% 0.49% -
HSV(B) 47.1º 0.6% 0.7% -
XYZ 31.22 33.36 10.76 -
YUV 152.3 82.12 146.33 -
System Red Green Blue C M Y K H S L
Decimal 178 155 71 0 0.13 0.60 0.30 47.1 0.43 0.49
Hex B2 9B 47 0 D 3C 1E 2F 2B 31
Octal 262 233 107 0 15 74 36 57 53 61
Binary 10110010 10011011 1000111 0 1101 111100 11110 101111 101011 110001

Color Harmonies of #B29B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29B47

Black with #B29B47

Text Example


Text Example

White with #B29B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29B47; }

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

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

background-color css

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

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

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

border-color css

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

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

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