#BA4A4B

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

Shades of Mandy #BA4A4B

Tints of Mandy #BA4A4B

Color information

#BA4A4B (or 0xBA4A4B) is unknown color: approx Mandy. HEX triplet: BA, 4A and 4B. RGB value is (186,74,75). Sum of RGB (Red+Green+Blue) = 186+74+75=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4A4B is #45B5B4. Grayscale: #6B6B6B. Windows color (decimal): -4568501 or 4934330. OLE color: 4934330.

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

Color convert

RGB1867475-
CMYK00.600.600.27
HSL359.46º44.8%50.98%-
HSV(B)359.46º60.22%72.94%-
XYZ23.9715.848.45-
YUV107.6109.61183.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.52%
GREEN value IS 74 (29.30% from 255) = 22.09%
BLUE value IS 75 (29.69% from 255) = 22.39%
R=55.52%
G=22.09%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186747500.600.600.27359.4644.850.98
HexBA4A4B03C3C1B1672d33
Octal27211211307474335475563
Binary1011101010010101001011011110011110011011101100111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4A4B; }

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

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

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

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

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

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

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

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