#B83C56

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

Shades of Old Rose #B83C56

Tints of Old Rose #B83C56

Color information

#B83C56 (or 0xB83C56) is unknown color: approx Old Rose. HEX triplet: B8, 3C and 56. RGB value is (184,60,86). Sum of RGB (Red+Green+Blue) = 184+60+86=330 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.76% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 86 (33.98% from 255 or 26.06% from 330); Max value from RGB is 184 - color contains mainly: red. Hex color #B83C56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83C56 is #47C3A9. Grayscale: #646464. Windows color (decimal): -4703146 or 5651640. OLE color: 5651640.

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

Color convert

RGB1846086-
CMYK00.670.530.28
HSL347.42º50.82%47.84%-
HSV(B)347.42º67.39%72.16%-
XYZ23.0614.0910.31-
YUV100.04120.08187.89-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.76%
GREEN value IS 60 (23.83% from 255) = 18.18%
BLUE value IS 86 (33.98% from 255) = 26.06%
R=55.76%
G=18.18%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184608600.670.530.28347.4250.8247.84
HexB83C56043351C15b3330
Octal27074126010365345336360
Binary1011100011110010101100100001111010111100101011011110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83C56; }

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

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

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

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

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

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

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

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