#B61852

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

Shades of Old Rose #B61852

Tints of Old Rose #B61852

Color information

#B61852 (or 0xB61852) is unknown color: approx Old Rose. HEX triplet: B6, 18 and 52. RGB value is (182,24,82). Sum of RGB (Red+Green+Blue) = 182+24+82=288 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.19% from 288); Green value is 24 (9.77% from 255 or 8.33% from 288); Blue value is 82 (32.42% from 255 or 28.47% from 288); Max value from RGB is 182 - color contains mainly: red. Hex color #B61852 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61852 is #49E7AD. Grayscale: #4D4D4D. Windows color (decimal): -4843438 or 5380278. OLE color: 5380278.

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

Color convert

RGB1822482-
CMYK00.870.550.29
HSL337.97º76.7%40.39%-
HSV(B)337.97º86.81%71.37%-
XYZ21.1411.219.03-
YUV77.85130.35202.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 63.19%
GREEN value IS 24 (9.77% from 255) = 8.33%
BLUE value IS 82 (32.42% from 255) = 28.47%
R=63.19%
G=8.33%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182248200.870.550.29337.9776.740.39
HexB61852057371D1524d28
Octal266301220127673552211550
Binary1011011011000101001001010111110111111011010100101001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61852; }

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

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

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

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

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

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

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

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