#B9564D

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

Shades of Sunset #B9564D

Tints of Sunset #B9564D

Color information

#B9564D (or 0xB9564D) is unknown color: approx Sunset. HEX triplet: B9, 56 and 4D. RGB value is (185,86,77). Sum of RGB (Red+Green+Blue) = 185+86+77=348 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.16% from 348); Green value is 86 (33.98% from 255 or 24.71% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 185 - color contains mainly: red. Hex color #B9564D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9564D is #46A9B2. Grayscale: #727272. Windows color (decimal): -4630963 or 5068473. OLE color: 5068473.

HSL color Cylindrical-coordinate representation of color #B9564D: hue angle of 5º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B9564D is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB1858677-
CMYK00.540.580.27
HSL43.55%51.37%-
HSV(B)58.38%72.55%-
XYZ24.6717.519.1-
YUV114.58106.8178.23-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.16%
GREEN value IS 86 (33.98% from 255) = 24.71%
BLUE value IS 77 (30.47% from 255) = 22.13%
R=53.16%
G=24.71%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185867700.540.580.27543.5551.37
HexB9564D0363A1B52c33
Octal271126115066723355463
Binary1011100110101101001101011011011101011011101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9564D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9564D; }

 p { color: rgb(185,86,77); }

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

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

 a { background-color: rgb(185,86,77); }

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

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

 span { border-color: rgb(185,86,77); }

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