#B83655

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

Shades of Old Rose #B83655

Tints of Old Rose #B83655

Color information

#B83655 (or 0xB83655) is unknown color: approx Old Rose. HEX triplet: B8, 36 and 55. RGB value is (184,54,85). Sum of RGB (Red+Green+Blue) = 184+54+85=323 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.97% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 184 - color contains mainly: red. Hex color #B83655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83655 is #47C9AA. Grayscale: #606060. Windows color (decimal): -4704683 or 5584568. OLE color: 5584568.

HSL color Cylindrical-coordinate representation of color #B83655: hue angle of 345.69º 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 #B83655 is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB1845485-
CMYK00.710.540.28
HSL345.69º54.62%46.67%-
HSV(B)345.69º70.65%72.16%-
XYZ22.7313.4810-
YUV96.4121.57190.48-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.97%
GREEN value IS 54 (21.48% from 255) = 16.72%
BLUE value IS 85 (33.59% from 255) = 26.32%
R=56.97%
G=16.72%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184548500.710.540.28345.6954.6246.67
HexB83655047361C15a372f
Octal27066125010766345326757
Binary1011100011011010101010100011111011011100101011010110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83655; }

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

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

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

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

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

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

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

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