Html Css Color HEX #BA4B73 Royal Heath

📋 copy color: '#BA4B73'

red 186 ◦ green 75 ◦ blue 115

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

Shades of Royal Heath #BA4B73

Tints of Royal Heath #BA4B73

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.95%

 BLUE value IS 115 (45.31% from 255) = 30.59%

R = 49.47%
G = 19.95%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA4B73 (or 0xBA4B73) is known color: Royal Heath. HEX triplet: BA, 4B and 73. RGB value is (186,75,115). Sum of RGB (Red+Green+Blue) = 186+75+115=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 75 (29.69% from 255 or 19.95% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4B73 is #45B48C. Grayscale: #707070. Windows color (decimal): -4568205 or 7556026. OLE color: 7556026.

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

Color convert

RGB 186 75 115 -
CMYK 0 0.60 0.38 0.27
HSL 338.38º 0.45% 0.51% -
HSV(B) 338.38º 0.6% 0.73% -
XYZ 25.86 16.71 18.08 -
YUV 112.75 129.27 180.25 -
System Red Green Blue C M Y K H S L
Decimal 186 75 115 0 0.60 0.38 0.27 338.38 0.45 0.51
Hex BA 4B 73 0 3C 26 1B 152 2D 33
Octal 272 113 163 0 74 46 33 522 55 63
Binary 10111010 1001011 1110011 0 111100 100110 11011 101010010 101101 110011

Color Harmonies of #BA4B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4B73

Black with #BA4B73

Text Example


Text Example

White with #BA4B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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