Html Css Color HEX #BA3E6D Royal Heath

📋 copy color: '#BA3E6D'

red 186 ◦ green 62 ◦ blue 109

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

Shades of Royal Heath #BA3E6D

Tints of Royal Heath #BA3E6D

RGB

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

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

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

R = 52.1%
G = 17.37%
B = 30.53%

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

#BA3E6D (or 0xBA3E6D) is known color: Royal Heath. HEX triplet: BA, 3E and 6D. RGB value is (186,62,109). Sum of RGB (Red+Green+Blue) = 186+62+109=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 62 (24.61% from 255 or 17.37% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3E6D is #45C192. Grayscale: #686868. Windows color (decimal): -4571539 or 7159482. OLE color: 7159482.

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

Color convert

RGB 186 62 109 -
CMYK 0 0.67 0.41 0.27
HSL 337.26º 0.5% 0.49% -
HSV(B) 337.26º 0.67% 0.73% -
XYZ 24.73 14.99 16.06 -
YUV 104.43 130.58 186.18 -
System Red Green Blue C M Y K H S L
Decimal 186 62 109 0 0.67 0.41 0.27 337.26 0.5 0.49
Hex BA 3E 6D 0 43 29 1B 151 32 31
Octal 272 76 155 0 103 51 33 521 62 61
Binary 10111010 111110 1101101 0 1000011 101001 11011 101010001 110010 110001

Color Harmonies of #BA3E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3E6D

Black with #BA3E6D

Text Example


Text Example

White with #BA3E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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