#B63652

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

Shades of Old Rose #B63652

Tints of Old Rose #B63652

Color information

#B63652 (or 0xB63652) is unknown color: approx Old Rose. HEX triplet: B6, 36 and 52. RGB value is (182,54,82). Sum of RGB (Red+Green+Blue) = 182+54+82=318 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.23% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 182 - color contains mainly: red. Hex color #B63652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63652 is #49C9AD. Grayscale: #5F5F5F. Windows color (decimal): -4835758 or 5387958. OLE color: 5387958.

HSL color Cylindrical-coordinate representation of color #B63652: hue angle of 346.88º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B63652 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB1825482-
CMYK00.700.550.29
HSL346.88º54.24%46.27%-
HSV(B)346.88º70.33%71.37%-
XYZ22.1313.199.36-
YUV95.46120.41189.72-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 57.23%
GREEN value IS 54 (21.48% from 255) = 16.98%
BLUE value IS 82 (32.42% from 255) = 25.79%
R=57.23%
G=16.98%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182548200.700.550.29346.8854.2446.27
HexB63652046371D15b362e
Octal26666122010667355336656
Binary1011011011011010100100100011011011111101101011011110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63652; }

 p { color: rgb(182,54,82); }

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

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

 a { background-color: rgb(182,54,82); }

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

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

 span { border-color: rgb(182,54,82); }

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