Html Css Color HEX #BA4C7B Royal Heath

📋 copy color: '#BA4C7B'

red 186 ◦ green 76 ◦ blue 123

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

Shades of Royal Heath #BA4C7B

Tints of Royal Heath #BA4C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.95%

R = 48.31%
G = 19.74%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA4C7B (or 0xBA4C7B) is known color: Royal Heath. HEX triplet: BA, 4C and 7B. RGB value is (186,76,123). Sum of RGB (Red+Green+Blue) = 186+76+123=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 76 (30.08% from 255 or 19.74% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4C7B is #45B384. Grayscale: #727272. Windows color (decimal): -4567941 or 8080570. OLE color: 8080570.

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

Color convert

RGB 186 76 123 -
CMYK 0 0.59 0.34 0.27
HSL 334.36º 0.44% 0.51% -
HSV(B) 334.36º 0.59% 0.73% -
XYZ 26.41 17.04 20.64 -
YUV 114.25 132.94 179.18 -
System Red Green Blue C M Y K H S L
Decimal 186 76 123 0 0.59 0.34 0.27 334.36 0.44 0.51
Hex BA 4C 7B 0 3B 22 1B 14E 2C 33
Octal 272 114 173 0 73 42 33 516 54 63
Binary 10111010 1001100 1111011 0 111011 100010 11011 101001110 101100 110011

Color Harmonies of #BA4C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4C7B

Black with #BA4C7B

Text Example


Text Example

White with #BA4C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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