Html Css Color HEX #BA4A4B Mandy

📋 copy color: '#BA4A4B'

red 186 ◦ green 74 ◦ blue 75

#BA4A4B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandy #BA4A4B

Tints of Mandy #BA4A4B

RGB

 RED value IS 186 (73.05% from 255) = 55.52%

 GREEN value IS 74 (29.3% 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 value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA4A4B (or 0xBA4A4B) is known color: 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

RGB 186 74 75 -
CMYK 0 0.60 0.60 0.27
HSL 359.46º 0.45% 0.51% -
HSV(B) 359.46º 0.6% 0.73% -
XYZ 23.97 15.84 8.45 -
YUV 107.6 109.61 183.92 -
System Red Green Blue C M Y K H S L
Decimal 186 74 75 0 0.60 0.60 0.27 359.46 0.45 0.51
Hex BA 4A 4B 0 3C 3C 1B 167 2D 33
Octal 272 112 113 0 74 74 33 547 55 63
Binary 10111010 1001010 1001011 0 111100 111100 11011 101100111 101101 110011

Color Harmonies of #BA4A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4A4B

Black with #BA4A4B

Text Example


Text Example

White with #BA4A4B

Text Example


Text Example

HTML Codes & Css Web 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>