#BA3652

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

Shades of Old Rose #BA3652

Tints of Old Rose #BA3652

Color information

#BA3652 (or 0xBA3652) is unknown color: approx Old Rose. HEX triplet: BA, 36 and 52. RGB value is (186,54,82). Sum of RGB (Red+Green+Blue) = 186+54+82=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3652 is #45C9AD. Grayscale: #606060. Windows color (decimal): -4573614 or 5387962. OLE color: 5387962.

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

Color convert

RGB1865482-
CMYK00.710.560.27
HSL347.27º55%47.06%-
HSV(B)347.27º70.97%72.94%-
XYZ23.0913.699.41-
YUV96.66119.73191.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.76%
GREEN value IS 54 (21.48% from 255) = 16.77%
BLUE value IS 82 (32.42% from 255) = 25.47%
R=57.76%
G=16.77%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186548200.710.560.27347.275547.06
HexBA3652047381B15b372f
Octal27266122010770335336757
Binary1011101011011010100100100011111100011011101011011110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3652; }

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

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

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

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

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

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

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

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