#BA4348

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

Shades of Old Rose #BA4348

Tints of Old Rose #BA4348

Color information

#BA4348 (or 0xBA4348) is unknown color: approx Old Rose. HEX triplet: BA, 43 and 48. RGB value is (186,67,72). Sum of RGB (Red+Green+Blue) = 186+67+72=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4348 is #45BCB7. Grayscale: #676767. Windows color (decimal): -4570296 or 4735930. OLE color: 4735930.

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

Color convert

RGB1866772-
CMYK00.640.610.27
HSL357.48º47.04%49.61%-
HSV(B)357.48º63.98%72.94%-
XYZ23.4314.927.78-
YUV103.15110.42187.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.23%
GREEN value IS 67 (26.56% from 255) = 20.62%
BLUE value IS 72 (28.52% from 255) = 22.15%
R=57.23%
G=20.62%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186677200.640.610.27357.4847.0449.61
HexBA43480403D1B1652f32
Octal272103110010075335455762
Binary10111010100001110010000100000011110111011101100101101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4348; }

 p { color: rgb(186,67,72); }

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

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

 a { background-color: rgb(186,67,72); }

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

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

 span { border-color: rgb(186,67,72); }

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