#B82457

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

Shades of Old Rose #B82457

Tints of Old Rose #B82457

Color information

#B82457 (or 0xB82457) is unknown color: approx Old Rose. HEX triplet: B8, 24 and 57. RGB value is (184,36,87). Sum of RGB (Red+Green+Blue) = 184+36+87=307 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.93% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 87 (34.38% from 255 or 28.34% from 307); Max value from RGB is 184 - color contains mainly: red. Hex color #B82457 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82457 is #47DBA8. Grayscale: #565656. Windows color (decimal): -4709289 or 5711032. OLE color: 5711032.

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

Color convert

RGB1843687-
CMYK00.800.530.28
HSL339.32º67.27%43.14%-
HSV(B)339.32º80.43%72.16%-
XYZ22.1212.1410.19-
YUV86.07128.53197.85-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 59.93%
GREEN value IS 36 (14.45% from 255) = 11.73%
BLUE value IS 87 (34.38% from 255) = 28.34%
R=59.93%
G=11.73%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184368700.800.530.28339.3267.2743.14
HexB82457050351C153432b
Octal270441270120653452310353
Binary10111000100100101011101010000110101111001010100111000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82457; }

 p { color: rgb(184,36,87); }

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

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

 a { background-color: rgb(184,36,87); }

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

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

 span { border-color: rgb(184,36,87); }

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