#BA4051

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

Shades of Old Rose #BA4051

Tints of Old Rose #BA4051

Color information

#BA4051 (or 0xBA4051) is unknown color: approx Old Rose. HEX triplet: BA, 40 and 51. RGB value is (186,64,81). Sum of RGB (Red+Green+Blue) = 186+64+81=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 81 (32.03% from 255 or 24.47% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4051 is #45BFAE. Grayscale: #666666. Windows color (decimal): -4571055 or 5324986. OLE color: 5324986.

HSL color Cylindrical-coordinate representation of color #BA4051: hue angle of 351.64º 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 #BA4051 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB1866481-
CMYK00.660.560.27
HSL351.64º48.8%49.02%-
HSV(B)351.64º65.59%72.94%-
XYZ23.5714.79.38-
YUV102.42115.92187.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.19%
GREEN value IS 64 (25.39% from 255) = 19.34%
BLUE value IS 81 (32.03% from 255) = 24.47%
R=56.19%
G=19.34%
B=24.47%

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
Decimal186648100.660.560.27351.6448.849.02
HexBA4051042381B1603131
Octal272100121010270335406161
Binary10111010100000010100010100001011100011011101100000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4051; }

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

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

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

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

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

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

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

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