#B5984E

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

Shades of Husk #B5984E

Tints of Husk #B5984E

Color information

#B5984E (or 0xB5984E) is unknown color: approx Husk. HEX triplet: B5, 98 and 4E. RGB value is (181,152,78). Sum of RGB (Red+Green+Blue) = 181+152+78=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 78 (30.86% from 255 or 18.98% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B5984E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5984E is #4A67B1. Grayscale: #989898. Windows color (decimal): -4876210 or 5150901. OLE color: 5150901.

HSL color Cylindrical-coordinate representation of color #B5984E: hue angle of 43.11º 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 #B5984E is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB18115278-
CMYK00.160.570.29
HSL43.11º41.04%50.78%-
HSV(B)43.11º56.91%70.98%-
XYZ31.6632.8311.88-
YUV152.2386.11148.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.04%
GREEN value IS 152 (59.77% from 255) = 36.98%
BLUE value IS 78 (30.86% from 255) = 18.98%
R=44.04%
G=36.98%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811527800.160.570.2943.1141.0450.78
HexB5984E010391D2b2933
Octal2652301160207135535163
Binary1011010110011000100111001000011100111101101011101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5984E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5984E; }

 p { color: rgb(181,152,78); }

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

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

 a { background-color: rgb(181,152,78); }

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

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

 span { border-color: rgb(181,152,78); }

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