Html Css Color HEX #BA4C75 Royal Heath

📋 copy color: '#BA4C75'

red 186 ◦ green 76 ◦ blue 117

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

Shades of Royal Heath #BA4C75

Tints of Royal Heath #BA4C75

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.05%

 BLUE value IS 117 (46.09% from 255) = 30.87%

R = 49.08%
G = 20.05%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA4C75 (or 0xBA4C75) is known color: Royal Heath. HEX triplet: BA, 4C and 75. RGB value is (186,76,117). Sum of RGB (Red+Green+Blue) = 186+76+117=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 76 (30.08% from 255 or 20.05% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4C75 is #45B38A. Grayscale: #717171. Windows color (decimal): -4567947 or 7687354. OLE color: 7687354.

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

Color convert

RGB 186 76 117 -
CMYK 0 0.59 0.37 0.27
HSL 337.64º 0.44% 0.51% -
HSV(B) 337.64º 0.59% 0.73% -
XYZ 26.05 16.89 18.72 -
YUV 113.56 129.94 179.67 -
System Red Green Blue C M Y K H S L
Decimal 186 76 117 0 0.59 0.37 0.27 337.64 0.44 0.51
Hex BA 4C 75 0 3B 25 1B 152 2C 33
Octal 272 114 165 0 73 45 33 522 54 63
Binary 10111010 1001100 1110101 0 111011 100101 11011 101010010 101100 110011

Color Harmonies of #BA4C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4C75

Black with #BA4C75

Text Example


Text Example

White with #BA4C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4C75; }

 p { color: rgb(186,76,117); }

 H1.HeaderClassName
 {
   color: #BA4C75;
 }
 .AnyTagClassName
 {
   color: #BA4C75;
 }
</style>

background-color css

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

 a { background-color: rgb(186,76,117); }

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

border-color css

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

 span { border-color: rgb(186,76,117); }

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