Html Css Color HEX #BA4975 Royal Heath

📋 copy color: '#BA4975'

red 186 ◦ green 73 ◦ blue 117

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

Shades of Royal Heath #BA4975

Tints of Royal Heath #BA4975

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.41%

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

R = 49.47%
G = 19.41%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA4975 (or 0xBA4975) is known color: Royal Heath. HEX triplet: BA, 49 and 75. RGB value is (186,73,117). Sum of RGB (Red+Green+Blue) = 186+73+117=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4975 is #45B68A. Grayscale: #6F6F6F. Windows color (decimal): -4568715 or 7686586. OLE color: 7686586.

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

Color convert

RGB 186 73 117 -
CMYK 0 0.61 0.37 0.27
HSL 336.64º 0.45% 0.51% -
HSV(B) 336.64º 0.61% 0.73% -
XYZ 25.84 16.49 18.65 -
YUV 111.8 130.94 180.92 -
System Red Green Blue C M Y K H S L
Decimal 186 73 117 0 0.61 0.37 0.27 336.64 0.45 0.51
Hex BA 49 75 0 3D 25 1B 151 2D 33
Octal 272 111 165 0 75 45 33 521 55 63
Binary 10111010 1001001 1110101 0 111101 100101 11011 101010001 101101 110011

Color Harmonies of #BA4975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4975

Black with #BA4975

Text Example


Text Example

White with #BA4975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4975; }

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

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

background-color css

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

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

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

border-color css

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

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

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