#B83356

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

Shades of Old Rose #B83356

Tints of Old Rose #B83356

Color information

#B83356 (or 0xB83356) is unknown color: approx Old Rose. HEX triplet: B8, 33 and 56. RGB value is (184,51,86). Sum of RGB (Red+Green+Blue) = 184+51+86=321 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.32% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 86 (33.98% from 255 or 26.79% from 321); Max value from RGB is 184 - color contains mainly: red. Hex color #B83356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83356 is #47CCA9. Grayscale: #5E5E5E. Windows color (decimal): -4705450 or 5649336. OLE color: 5649336.

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

Color convert

RGB1845186-
CMYK00.720.530.28
HSL344.21º56.6%46.08%-
HSV(B)344.21º72.28%72.16%-
XYZ22.6313.2310.16-
YUV94.76123.06191.65-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 57.32%
GREEN value IS 51 (20.31% from 255) = 15.89%
BLUE value IS 86 (33.98% from 255) = 26.79%
R=57.32%
G=15.89%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184518600.720.530.28344.2156.646.08
HexB83356048351C158392e
Octal27063126011065345307156
Binary1011100011001110101100100100011010111100101011000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83356; }

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

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

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

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

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

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

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

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