#B83650

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

Shades of Old Rose #B83650

Tints of Old Rose #B83650

Color information

#B83650 (or 0xB83650) is unknown color: approx Old Rose. HEX triplet: B8, 36 and 50. RGB value is (184,54,80). Sum of RGB (Red+Green+Blue) = 184+54+80=318 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.86% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 184 - color contains mainly: red. Hex color #B83650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83650 is #47C9AF. Grayscale: #5F5F5F. Windows color (decimal): -4704688 or 5256888. OLE color: 5256888.

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

Color convert

RGB1845480-
CMYK00.710.570.28
HSL348º54.62%46.67%-
HSV(B)348º70.65%72.16%-
XYZ22.5313.418.99-
YUV95.83119.07190.89-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 57.86%
GREEN value IS 54 (21.48% from 255) = 16.98%
BLUE value IS 80 (31.64% from 255) = 25.16%
R=57.86%
G=16.98%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184548000.710.570.2834854.6246.67
HexB83650047391C15c372f
Octal27066120010771345346757
Binary1011100011011010100000100011111100111100101011100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83650; }

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

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

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

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

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

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

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

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