#B61952

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

Shades of Old Rose #B61952

Tints of Old Rose #B61952

Color information

#B61952 (or 0xB61952) is unknown color: approx Old Rose. HEX triplet: B6, 19 and 52. RGB value is (182,25,82). Sum of RGB (Red+Green+Blue) = 182+25+82=289 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.98% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 182 - color contains mainly: red. Hex color #B61952 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61952 is #49E6AD. Grayscale: #4E4E4E. Windows color (decimal): -4843182 or 5380534. OLE color: 5380534.

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

Color convert

RGB1822582-
CMYK00.860.550.29
HSL338.22º75.85%40.59%-
HSV(B)338.22º86.26%71.37%-
XYZ21.1611.259.04-
YUV78.44130.01201.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 62.98%
GREEN value IS 25 (10.16% from 255) = 8.65%
BLUE value IS 82 (32.42% from 255) = 28.37%
R=62.98%
G=8.65%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182258200.860.550.29338.2275.8540.59
HexB61952056371D1524c29
Octal266311220126673552211451
Binary1011011011001101001001010110110111111011010100101001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61952; }

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

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

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

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

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

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

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

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