Html Css Color HEX #BA3E6F Royal Heath

📋 copy color: '#BA3E6F'

red 186 ◦ green 62 ◦ blue 111

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

Shades of Royal Heath #BA3E6F

Tints of Royal Heath #BA3E6F

RGB

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

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

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

R = 51.81%
G = 17.27%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA3E6F (or 0xBA3E6F) is known color: Royal Heath. HEX triplet: BA, 3E and 6F. RGB value is (186,62,111). Sum of RGB (Red+Green+Blue) = 186+62+111=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 62 (24.61% from 255 or 17.27% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3E6F is #45C190. Grayscale: #686868. Windows color (decimal): -4571537 or 7290554. OLE color: 7290554.

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

Color convert

RGB 186 62 111 -
CMYK 0 0.67 0.40 0.27
HSL 336.29º 0.5% 0.49% -
HSV(B) 336.29º 0.67% 0.73% -
XYZ 24.84 15.03 16.63 -
YUV 104.66 131.58 186.02 -
System Red Green Blue C M Y K H S L
Decimal 186 62 111 0 0.67 0.40 0.27 336.29 0.5 0.49
Hex BA 3E 6F 0 43 28 1B 150 32 31
Octal 272 76 157 0 103 50 33 520 62 61
Binary 10111010 111110 1101111 0 1000011 101000 11011 101010000 110010 110001

Color Harmonies of #BA3E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3E6F

Black with #BA3E6F

Text Example


Text Example

White with #BA3E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3E6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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