Html Css Color HEX #BA4A7B Royal Heath

📋 copy color: '#BA4A7B'

red 186 ◦ green 74 ◦ blue 123

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

Shades of Royal Heath #BA4A7B

Tints of Royal Heath #BA4A7B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.32%

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

R = 48.56%
G = 19.32%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA4A7B (or 0xBA4A7B) is known color: Royal Heath. HEX triplet: BA, 4A and 7B. RGB value is (186,74,123). Sum of RGB (Red+Green+Blue) = 186+74+123=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4A7B is #45B584. Grayscale: #707070. Windows color (decimal): -4568453 or 8080058. OLE color: 8080058.

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

Color convert

RGB 186 74 123 -
CMYK 0 0.60 0.34 0.27
HSL 333.75º 0.45% 0.51% -
HSV(B) 333.75º 0.6% 0.73% -
XYZ 26.27 16.77 20.59 -
YUV 113.07 133.61 180.02 -
System Red Green Blue C M Y K H S L
Decimal 186 74 123 0 0.60 0.34 0.27 333.75 0.45 0.51
Hex BA 4A 7B 0 3C 22 1B 14E 2D 33
Octal 272 112 173 0 74 42 33 516 55 63
Binary 10111010 1001010 1111011 0 111100 100010 11011 101001110 101101 110011

Color Harmonies of #BA4A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4A7B

Black with #BA4A7B

Text Example


Text Example

White with #BA4A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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