#B9574E

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

Shades of Sunset #B9574E

Tints of Sunset #B9574E

Color information

#B9574E (or 0xB9574E) is unknown color: approx Sunset. HEX triplet: B9, 57 and 4E. RGB value is (185,87,78). Sum of RGB (Red+Green+Blue) = 185+87+78=350 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.86% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 185 - color contains mainly: red. Hex color #B9574E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9574E is #46A8B1. Grayscale: #737373. Windows color (decimal): -4630706 or 5134265. OLE color: 5134265.

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

Color convert

RGB1858778-
CMYK00.530.580.27
HSL5.05º43.32%51.57%-
HSV(B)5.05º57.84%72.55%-
XYZ24.7917.689.31-
YUV115.28106.97177.73-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.86%
GREEN value IS 87 (34.38% from 255) = 24.86%
BLUE value IS 78 (30.86% from 255) = 22.29%
R=52.86%
G=24.86%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185877800.530.580.275.0543.3251.57
HexB9574E0353A1B52b34
Octal271127116065723355364
Binary1011100110101111001110011010111101011011101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9574E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9574E; }

 p { color: rgb(185,87,78); }

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

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

 a { background-color: rgb(185,87,78); }

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

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

 span { border-color: rgb(185,87,78); }

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