#BA414B

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

Shades of Old Rose #BA414B

Tints of Old Rose #BA414B

Color information

#BA414B (or 0xBA414B) is unknown color: approx Old Rose. HEX triplet: BA, 41 and 4B. RGB value is (186,65,75). Sum of RGB (Red+Green+Blue) = 186+65+75=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA414B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA414B is #45BEB4. Grayscale: #666666. Windows color (decimal): -4570805 or 4932026. OLE color: 4932026.

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

Color convert

RGB1866575-
CMYK00.650.600.27
HSL355.04º48.21%49.22%-
HSV(B)355.04º65.05%72.94%-
XYZ23.4114.738.27-
YUV102.32112.59187.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.06%
GREEN value IS 65 (25.78% from 255) = 19.94%
BLUE value IS 75 (29.69% from 255) = 23.01%
R=57.06%
G=19.94%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186657500.650.600.27355.0448.2149.22
HexBA414B0413C1B1633031
Octal272101113010174335436061
Binary10111010100000110010110100000111110011011101100011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA414B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA414B; }

 p { color: rgb(186,65,75); }

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

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

 a { background-color: rgb(186,65,75); }

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

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

 span { border-color: rgb(186,65,75); }

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