Html Css Color HEX #BA3E6B Royal Heath

📋 copy color: '#BA3E6B'

red 186 ◦ green 62 ◦ blue 107

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

Shades of Royal Heath #BA3E6B

Tints of Royal Heath #BA3E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.14%

R = 52.39%
G = 17.46%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BA3E6B (or 0xBA3E6B) is known color: Royal Heath. HEX triplet: BA, 3E and 6B. RGB value is (186,62,107). Sum of RGB (Red+Green+Blue) = 186+62+107=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 62 (24.61% from 255 or 17.46% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3E6B is #45C194. Grayscale: #686868. Windows color (decimal): -4571541 or 7028410. OLE color: 7028410.

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

Color convert

RGB 186 62 107 -
CMYK 0 0.67 0.42 0.27
HSL 338.23º 0.5% 0.49% -
HSV(B) 338.23º 0.67% 0.73% -
XYZ 24.63 14.95 15.5 -
YUV 104.21 129.58 186.34 -
System Red Green Blue C M Y K H S L
Decimal 186 62 107 0 0.67 0.42 0.27 338.23 0.5 0.49
Hex BA 3E 6B 0 43 2A 1B 152 32 31
Octal 272 76 153 0 103 52 33 522 62 61
Binary 10111010 111110 1101011 0 1000011 101010 11011 101010010 110010 110001

Color Harmonies of #BA3E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3E6B

Black with #BA3E6B

Text Example


Text Example

White with #BA3E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3E6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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