Html Css Color HEX #BA5075 Royal Heath

📋 copy color: '#BA5075'

red 186 ◦ green 80 ◦ blue 117

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

Shades of Royal Heath #BA5075

Tints of Royal Heath #BA5075

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.89%

 BLUE value IS 117 (46.09% from 255) = 30.55%

R = 48.56%
G = 20.89%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA5075 (or 0xBA5075) is known color: Royal Heath. HEX triplet: BA, 50 and 75. RGB value is (186,80,117). Sum of RGB (Red+Green+Blue) = 186+80+117=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5075 is #45AF8A. Grayscale: #737373. Windows color (decimal): -4566923 or 7688378. OLE color: 7688378.

HSL color Cylindrical-coordinate representation of color #BA5075: hue angle of 339.06º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA5075 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 80 117 -
CMYK 0 0.57 0.37 0.27
HSL 339.06º 0.43% 0.52% -
HSV(B) 339.06º 0.57% 0.73% -
XYZ 26.33 17.46 18.81 -
YUV 115.91 128.62 177.99 -
System Red Green Blue C M Y K H S L
Decimal 186 80 117 0 0.57 0.37 0.27 339.06 0.43 0.52
Hex BA 50 75 0 39 25 1B 153 2B 34
Octal 272 120 165 0 71 45 33 523 53 64
Binary 10111010 1010000 1110101 0 111001 100101 11011 101010011 101011 110100

Color Harmonies of #BA5075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5075

Black with #BA5075

Text Example


Text Example

White with #BA5075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5075; }

 p { color: rgb(186,80,117); }

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

background-color css

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

 a { background-color: rgb(186,80,117); }

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

border-color css

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

 span { border-color: rgb(186,80,117); }

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