Html Css Color HEX #BA356E Royal Heath

📋 copy color: '#BA356E'

red 186 ◦ green 53 ◦ blue 110

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

Shades of Royal Heath #BA356E

Tints of Royal Heath #BA356E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.19%

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

R = 53.3%
G = 15.19%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA356E (or 0xBA356E) is known color: Royal Heath. HEX triplet: BA, 35 and 6E. RGB value is (186,53,110). Sum of RGB (Red+Green+Blue) = 186+53+110=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 53 (21.09% from 255 or 15.19% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA356E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA356E is #45CA91. Grayscale: #636363. Windows color (decimal): -4573842 or 7222714. OLE color: 7222714.

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

Color convert

RGB 186 53 110 -
CMYK 0 0.72 0.41 0.27
HSL 334.29º 0.56% 0.47% -
HSV(B) 334.29º 0.72% 0.73% -
XYZ 24.34 14.11 16.19 -
YUV 99.27 134.06 189.87 -
System Red Green Blue C M Y K H S L
Decimal 186 53 110 0 0.72 0.41 0.27 334.29 0.56 0.47
Hex BA 35 6E 0 48 29 1B 14E 38 2F
Octal 272 65 156 0 110 51 33 516 70 57
Binary 10111010 110101 1101110 0 1001000 101001 11011 101001110 111000 101111

Color Harmonies of #BA356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA356E

Black with #BA356E

Text Example


Text Example

White with #BA356E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA356E; }

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

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

background-color css

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

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

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

border-color css

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

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

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