Html Css Color HEX #BA3F6F Royal Heath

📋 copy color: '#BA3F6F'

red 186 ◦ green 63 ◦ blue 111

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

Shades of Royal Heath #BA3F6F

Tints of Royal Heath #BA3F6F

RGB

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

 GREEN value IS 63 (25% from 255) = 17.5%

 BLUE value IS 111 (43.75% from 255) = 30.83%

R = 51.67%
G = 17.5%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA3F6F (or 0xBA3F6F) is known color: Royal Heath. HEX triplet: BA, 3F and 6F. RGB value is (186,63,111). Sum of RGB (Red+Green+Blue) = 186+63+111=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 63 (25% from 255 or 17.5% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3F6F is #45C090. Grayscale: #696969. Windows color (decimal): -4571281 or 7290810. OLE color: 7290810.

HSL color Cylindrical-coordinate representation of color #BA3F6F: hue angle of 336.59º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA3F6F is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 63 111 -
CMYK 0 0.66 0.40 0.27
HSL 336.59º 0.49% 0.49% -
HSV(B) 336.59º 0.66% 0.73% -
XYZ 24.9 15.14 16.65 -
YUV 105.25 131.25 185.6 -
System Red Green Blue C M Y K H S L
Decimal 186 63 111 0 0.66 0.40 0.27 336.59 0.49 0.49
Hex BA 3F 6F 0 42 28 1B 151 31 31
Octal 272 77 157 0 102 50 33 521 61 61
Binary 10111010 111111 1101111 0 1000010 101000 11011 101010001 110001 110001

Color Harmonies of #BA3F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3F6F

Black with #BA3F6F

Text Example


Text Example

White with #BA3F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3F6F; }

 p { color: rgb(186,63,111); }

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

background-color css

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

 a { background-color: rgb(186,63,111); }

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

border-color css

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

 span { border-color: rgb(186,63,111); }

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