Html Css Color HEX #BA4D75 Royal Heath

📋 copy color: '#BA4D75'

red 186 ◦ green 77 ◦ blue 117

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

Shades of Royal Heath #BA4D75

Tints of Royal Heath #BA4D75

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.26%

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

R = 48.95%
G = 20.26%
B = 30.79%

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

#BA4D75 (or 0xBA4D75) is known color: Royal Heath. HEX triplet: BA, 4D and 75. RGB value is (186,77,117). Sum of RGB (Red+Green+Blue) = 186+77+117=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 77 (30.47% from 255 or 20.26% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4D75 is #45B28A. Grayscale: #727272. Windows color (decimal): -4567691 or 7687610. OLE color: 7687610.

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

Color convert

RGB 186 77 117 -
CMYK 0 0.59 0.37 0.27
HSL 337.98º 0.44% 0.52% -
HSV(B) 337.98º 0.59% 0.73% -
XYZ 26.11 17.03 18.74 -
YUV 114.15 129.61 179.25 -
System Red Green Blue C M Y K H S L
Decimal 186 77 117 0 0.59 0.37 0.27 337.98 0.44 0.52
Hex BA 4D 75 0 3B 25 1B 152 2C 34
Octal 272 115 165 0 73 45 33 522 54 64
Binary 10111010 1001101 1110101 0 111011 100101 11011 101010010 101100 110100

Color Harmonies of #BA4D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4D75

Black with #BA4D75

Text Example


Text Example

White with #BA4D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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