#B29553

Color #B29553 Husk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Husk #B29553

Tints of Husk #B29553

Color information

#B29553 (or 0xB29553) is unknown color: approx Husk. HEX triplet: B2, 95 and 53. RGB value is (178,149,83). Sum of RGB (Red+Green+Blue) = 178+149+83=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 83 (32.81% from 255 or 20.24% from 410); Max value from RGB is 178 - color contains mainly: red. Hex color #B29553 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29553 is #4D6AAC. Grayscale: #969696. Windows color (decimal): -5073581 or 5477810. OLE color: 5477810.

HSL color Cylindrical-coordinate representation of color #B29553: hue angle of 41.68º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B29553 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB17814983-
CMYK00.160.530.30
HSL41.68º38.15%51.18%-
HSV(B)41.68º53.37%69.8%-
XYZ30.6731.5812.66-
YUV150.1590.11147.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.41%
GREEN value IS 149 (58.59% from 255) = 36.34%
BLUE value IS 83 (32.81% from 255) = 20.24%
R=43.41%
G=36.34%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781498300.160.530.3041.6838.1551.18
HexB29553010351E2a2633
Octal2622251230206536524663
Binary1011001010010101101001101000011010111110101010100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29553; }

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

 H1.HeaderClassName
 {
   color: #B29553;
 }
 .AnyTagClassName
 {
   color: #B29553;
 }
</style>
background-color css

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

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

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

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

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

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