#B62B56

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

Shades of Old Rose #B62B56

Tints of Old Rose #B62B56

Color information

#B62B56 (or 0xB62B56) is unknown color: approx Old Rose. HEX triplet: B6, 2B and 56. RGB value is (182,43,86). Sum of RGB (Red+Green+Blue) = 182+43+86=311 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.52% from 311); Green value is 43 (17.19% from 255 or 13.83% from 311); Blue value is 86 (33.98% from 255 or 27.65% from 311); Max value from RGB is 182 - color contains mainly: red. Hex color #B62B56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62B56 is #49D4A9. Grayscale: #595959. Windows color (decimal): -4838570 or 5647286. OLE color: 5647286.

HSL color Cylindrical-coordinate representation of color #B62B56: hue angle of 341.44º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B62B56 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB1824386-
CMYK00.760.530.29
HSL341.44º61.78%44.12%-
HSV(B)341.44º76.37%71.37%-
XYZ21.8312.3410.04-
YUV89.46126.05194-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 58.52%
GREEN value IS 43 (17.19% from 255) = 13.83%
BLUE value IS 86 (33.98% from 255) = 27.65%
R=58.52%
G=13.83%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182438600.760.530.29341.4461.7844.12
HexB62B5604C351D1553e2c
Octal26653126011465355257654
Binary1011011010101110101100100110011010111101101010101111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62B56; }

 p { color: rgb(182,43,86); }

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

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

 a { background-color: rgb(182,43,86); }

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

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

 span { border-color: rgb(182,43,86); }

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