Html Css Color HEX #BA3F6D Royal Heath

📋 copy color: '#BA3F6D'

red 186 ◦ green 63 ◦ blue 109

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

Shades of Royal Heath #BA3F6D

Tints of Royal Heath #BA3F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.45%

R = 51.96%
G = 17.6%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA3F6D (or 0xBA3F6D) is known color: Royal Heath. HEX triplet: BA, 3F and 6D. RGB value is (186,63,109). Sum of RGB (Red+Green+Blue) = 186+63+109=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 63 (25% from 255 or 17.60% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3F6D is #45C092. Grayscale: #686868. Windows color (decimal): -4571283 or 7159738. OLE color: 7159738.

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

Color convert

RGB 186 63 109 -
CMYK 0 0.66 0.41 0.27
HSL 337.56º 0.49% 0.49% -
HSV(B) 337.56º 0.66% 0.73% -
XYZ 24.79 15.1 16.08 -
YUV 105.02 130.25 185.76 -
System Red Green Blue C M Y K H S L
Decimal 186 63 109 0 0.66 0.41 0.27 337.56 0.49 0.49
Hex BA 3F 6D 0 42 29 1B 152 31 31
Octal 272 77 155 0 102 51 33 522 61 61
Binary 10111010 111111 1101101 0 1000010 101001 11011 101010010 110001 110001

Color Harmonies of #BA3F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3F6D

Black with #BA3F6D

Text Example


Text Example

White with #BA3F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3F6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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