#BA4052

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

Shades of Old Rose #BA4052

Tints of Old Rose #BA4052

Color information

#BA4052 (or 0xBA4052) is unknown color: approx Old Rose. HEX triplet: BA, 40 and 52. RGB value is (186,64,82). Sum of RGB (Red+Green+Blue) = 186+64+82=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4052 is #45BFAD. Grayscale: #666666. Windows color (decimal): -4571054 or 5390522. OLE color: 5390522.

HSL color Cylindrical-coordinate representation of color #BA4052: hue angle of 351.15º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA4052 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB1866482-
CMYK00.660.560.27
HSL351.15º48.8%49.02%-
HSV(B)351.15º65.59%72.94%-
XYZ23.6114.729.58-
YUV102.53116.42187.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.02%
GREEN value IS 64 (25.39% from 255) = 19.28%
BLUE value IS 82 (32.42% from 255) = 24.70%
R=56.02%
G=19.28%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186648200.660.560.27351.1548.849.02
HexBA4052042381B15f3131
Octal272100122010270335376161
Binary10111010100000010100100100001011100011011101011111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4052; }

 p { color: rgb(186,64,82); }

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

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

 a { background-color: rgb(186,64,82); }

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

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

 span { border-color: rgb(186,64,82); }

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