#BA434B

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

Shades of Old Rose #BA434B

Tints of Old Rose #BA434B

Color information

#BA434B (or 0xBA434B) is unknown color: approx Old Rose. HEX triplet: BA, 43 and 4B. RGB value is (186,67,75). Sum of RGB (Red+Green+Blue) = 186+67+75=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA434B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA434B is #45BCB4. Grayscale: #676767. Windows color (decimal): -4570293 or 4932538. OLE color: 4932538.

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

Color convert

RGB1866775-
CMYK00.640.600.27
HSL355.97º47.04%49.61%-
HSV(B)355.97º63.98%72.94%-
XYZ23.5314.968.3-
YUV103.49111.92186.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.71%
GREEN value IS 67 (26.56% from 255) = 20.43%
BLUE value IS 75 (29.69% from 255) = 22.87%
R=56.71%
G=20.43%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186677500.640.600.27355.9747.0449.61
HexBA434B0403C1B1642f32
Octal272103113010074335445762
Binary10111010100001110010110100000011110011011101100100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA434B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA434B; }

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

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

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

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

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

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

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

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