Html Css Color HEX #BA4672 Royal Heath

📋 copy color: '#BA4672'

red 186 ◦ green 70 ◦ blue 114

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

Shades of Royal Heath #BA4672

Tints of Royal Heath #BA4672

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.92%

 BLUE value IS 114 (44.92% from 255) = 30.81%

R = 50.27%
G = 18.92%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA4672 (or 0xBA4672) is known color: Royal Heath. HEX triplet: BA, 46 and 72. RGB value is (186,70,114). Sum of RGB (Red+Green+Blue) = 186+70+114=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4672 is #45B98D. Grayscale: #6D6D6D. Windows color (decimal): -4569486 or 7489210. OLE color: 7489210.

HSL color Cylindrical-coordinate representation of color #BA4672: hue angle of 337.24º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA4672 is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 70 114 -
CMYK 0 0.62 0.39 0.27
HSL 337.24º 0.46% 0.5% -
HSV(B) 337.24º 0.62% 0.73% -
XYZ 25.48 16.03 17.67 -
YUV 109.7 130.43 182.42 -
System Red Green Blue C M Y K H S L
Decimal 186 70 114 0 0.62 0.39 0.27 337.24 0.46 0.5
Hex BA 46 72 0 3E 27 1B 151 2E 32
Octal 272 106 162 0 76 47 33 521 56 62
Binary 10111010 1000110 1110010 0 111110 100111 11011 101010001 101110 110010

Color Harmonies of #BA4672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4672

Black with #BA4672

Text Example


Text Example

White with #BA4672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4672; }

 p { color: rgb(186,70,114); }

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

background-color css

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

 a { background-color: rgb(186,70,114); }

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

border-color css

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

 span { border-color: rgb(186,70,114); }

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