#B83C50

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

Shades of Old Rose #B83C50

Tints of Old Rose #B83C50

Color information

#B83C50 (or 0xB83C50) is unknown color: approx Old Rose. HEX triplet: B8, 3C and 50. RGB value is (184,60,80). Sum of RGB (Red+Green+Blue) = 184+60+80=324 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.79% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 184 - color contains mainly: red. Hex color #B83C50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83C50 is #47C3AF. Grayscale: #636363. Windows color (decimal): -4703152 or 5258424. OLE color: 5258424.

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

Color convert

RGB1846080-
CMYK00.670.570.28
HSL350.32º50.82%47.84%-
HSV(B)350.32º67.39%72.16%-
XYZ22.83149.09-
YUV99.36117.08188.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.79%
GREEN value IS 60 (23.83% from 255) = 18.52%
BLUE value IS 80 (31.64% from 255) = 24.69%
R=56.79%
G=18.52%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184608000.670.570.28350.3250.8247.84
HexB83C50043391C15e3330
Octal27074120010371345366360
Binary1011100011110010100000100001111100111100101011110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83C50; }

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

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

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

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

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

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

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

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