#b62746

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

Shades of Old Rose #B62746

Tints of Old Rose #B62746

Color information

#B62746 (or 0xB62746) is unknown color: approx Old Rose. HEX triplet: B6, 27 and 46. RGB value is (182,39,70). Sum of RGB (Red+Green+Blue) = 182+39+70=291 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.54% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 70 (27.73% from 255 or 24.05% from 291); Max value from RGB is 182 - color contains mainly: red. Hex color #B62746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62746 is #49D8B9. Grayscale: #555555. Windows color (decimal): -4839610 or 4597686. OLE color: 4597686.

HSL color Cylindrical-coordinate representation of color #B62746: hue angle of 346.99º 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 #B62746 is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB1823970-
CMYK00.790.620.29
HSL346.99º64.71%43.33%-
HSV(B)346.99º78.57%71.37%-
XYZ21.1211.846.97-
YUV85.29119.38196.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 62.54%
GREEN value IS 39 (15.62% from 255) = 13.40%
BLUE value IS 70 (27.73% from 255) = 24.05%
R=62.54%
G=13.40%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182397000.790.620.29346.9964.7143.33
HexB6274604F3E1D15b412b
Octal266471060117763553310153
Binary10110110100111100011001001111111110111011010110111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b62746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b62746; }

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

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

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

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

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

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

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

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