#BA234E

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

Shades of Old Rose #BA234E

Tints of Old Rose #BA234E

Color information

#BA234E (or 0xBA234E) is unknown color: approx Old Rose. HEX triplet: BA, 23 and 4E. RGB value is (186,35,78). Sum of RGB (Red+Green+Blue) = 186+35+78=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 78 (30.86% from 255 or 26.09% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA234E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA234E is #45DCB1. Grayscale: #555555. Windows color (decimal): -4578482 or 5120954. OLE color: 5120954.

HSL color Cylindrical-coordinate representation of color #BA234E: hue angle of 342.91º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA234E is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB1863578-
CMYK00.810.580.27
HSL342.91º68.33%43.33%-
HSV(B)342.91º81.18%72.94%-
XYZ22.2312.198.39-
YUV85.05124.03200-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 62.21%
GREEN value IS 35 (14.06% from 255) = 11.71%
BLUE value IS 78 (30.86% from 255) = 26.09%
R=62.21%
G=11.71%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186357800.810.580.27342.9168.3343.33
HexBA234E0513A1B157442b
Octal272431160121723352710453
Binary10111010100011100111001010001111010110111010101111000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA234E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA234E; }

 p { color: rgb(186,35,78); }

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

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

 a { background-color: rgb(186,35,78); }

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

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

 span { border-color: rgb(186,35,78); }

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