#B85650

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

Shades of Sunset #B85650

Tints of Sunset #B85650

Color information

#B85650 (or 0xB85650) is unknown color: approx Sunset. HEX triplet: B8, 56 and 50. RGB value is (184,86,80). Sum of RGB (Red+Green+Blue) = 184+86+80=350 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.57% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 184 - color contains mainly: red. Hex color #B85650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85650 is #47A9AF. Grayscale: #727272. Windows color (decimal): -4696496 or 5265080. OLE color: 5265080.

HSL color Cylindrical-coordinate representation of color #B85650: hue angle of 3.46º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B85650 is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB1848680-
CMYK00.530.570.28
HSL3.46º42.28%51.76%-
HSV(B)3.46º56.52%72.16%-
XYZ24.5417.439.66-
YUV114.62108.47177.49-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.57%
GREEN value IS 86 (33.98% from 255) = 24.57%
BLUE value IS 80 (31.64% from 255) = 22.86%
R=52.57%
G=24.57%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184868000.530.570.283.4642.2851.76
HexB85650035391C32a34
Octal270126120065713435264
Binary101110001010110101000001101011110011110011101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85650; }

 p { color: rgb(184,86,80); }

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

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

 a { background-color: rgb(184,86,80); }

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

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

 span { border-color: rgb(184,86,80); }

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