Html Css Color HEX #BA3E6E Royal Heath

📋 copy color: '#BA3E6E'

red 186 ◦ green 62 ◦ blue 110

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

Shades of Royal Heath #BA3E6E

Tints of Royal Heath #BA3E6E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.32%

 BLUE value IS 110 (43.36% from 255) = 30.73%

R = 51.96%
G = 17.32%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA3E6E (or 0xBA3E6E) is known color: Royal Heath. HEX triplet: BA, 3E and 6E. RGB value is (186,62,110). Sum of RGB (Red+Green+Blue) = 186+62+110=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 62 (24.61% from 255 or 17.32% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3E6E is #45C191. Grayscale: #686868. Windows color (decimal): -4571538 or 7225018. OLE color: 7225018.

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

Color convert

RGB 186 62 110 -
CMYK 0 0.67 0.41 0.27
HSL 336.77º 0.5% 0.49% -
HSV(B) 336.77º 0.67% 0.73% -
XYZ 24.79 15.01 16.34 -
YUV 104.55 131.08 186.1 -
System Red Green Blue C M Y K H S L
Decimal 186 62 110 0 0.67 0.41 0.27 336.77 0.5 0.49
Hex BA 3E 6E 0 43 29 1B 151 32 31
Octal 272 76 156 0 103 51 33 521 62 61
Binary 10111010 111110 1101110 0 1000011 101001 11011 101010001 110010 110001

Color Harmonies of #BA3E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3E6E

Black with #BA3E6E

Text Example


Text Example

White with #BA3E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3E6E; }

 p { color: rgb(186,62,110); }

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

background-color css

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

 a { background-color: rgb(186,62,110); }

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

border-color css

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

 span { border-color: rgb(186,62,110); }

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