#B5934D

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

Shades of Husk #B5934D

Tints of Husk #B5934D

Color information

#B5934D (or 0xB5934D) is unknown color: approx Husk. HEX triplet: B5, 93 and 4D. RGB value is (181,147,77). Sum of RGB (Red+Green+Blue) = 181+147+77=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 77 (30.47% from 255 or 19.01% from 405); Max value from RGB is 181 - color contains mainly: red. Hex color #B5934D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5934D is #4A6CB2. Grayscale: #959595. Windows color (decimal): -4877491 or 5084085. OLE color: 5084085.

HSL color Cylindrical-coordinate representation of color #B5934D: hue angle of 40.38º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B5934D is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB18114777-
CMYK00.190.570.29
HSL40.38º41.27%50.59%-
HSV(B)40.38º57.46%70.98%-
XYZ30.8331.2311.42-
YUV149.1987.26150.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.69%
GREEN value IS 147 (57.81% from 255) = 36.30%
BLUE value IS 77 (30.47% from 255) = 19.01%
R=44.69%
G=36.30%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811477700.190.570.2940.3841.2750.59
HexB5934D013391D282933
Octal2652231150237135505163
Binary1011010110010011100110101001111100111101101000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5934D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5934D; }

 p { color: rgb(181,147,77); }

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

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

 a { background-color: rgb(181,147,77); }

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

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

 span { border-color: rgb(181,147,77); }

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