#b62757

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

Shades of Old Rose #B62757

Tints of Old Rose #B62757

Color information

#B62757 (or 0xB62757) is unknown color: approx Old Rose. HEX triplet: B6, 27 and 57. RGB value is (182,39,87). Sum of RGB (Red+Green+Blue) = 182+39+87=308 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.09% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 87 (34.38% from 255 or 28.25% from 308); Max value from RGB is 182 - color contains mainly: red. Hex color #B62757 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62757 is #49D8A8. Grayscale: #575757. Windows color (decimal): -4839593 or 5711798. OLE color: 5711798.

HSL color Cylindrical-coordinate representation of color #B62757: hue angle of 339.86º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B62757 is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB1823987-
CMYK00.790.520.29
HSL339.86º64.71%43.33%-
HSV(B)339.86º78.57%71.37%-
XYZ21.7412.0810.2-
YUV87.23127.88195.6-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.09%
GREEN value IS 39 (15.62% from 255) = 12.66%
BLUE value IS 87 (34.38% from 255) = 28.25%
R=59.09%
G=12.66%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182398700.790.520.29339.8664.7143.33
HexB6275704F341D154412b
Octal266471270117643552410153
Binary10110110100111101011101001111110100111011010101001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b62757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b62757; }

 p { color: rgb(182,39,87); }

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

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

 a { background-color: rgb(182,39,87); }

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

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

 span { border-color: rgb(182,39,87); }

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