Html Css Color HEX #BA4675 Royal Heath

📋 copy color: '#BA4675'

red 186 ◦ green 70 ◦ blue 117

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

Shades of Royal Heath #BA4675

Tints of Royal Heath #BA4675

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.77%

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

R = 49.87%
G = 18.77%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA4675 (or 0xBA4675) is known color: Royal Heath. HEX triplet: BA, 46 and 75. RGB value is (186,70,117). Sum of RGB (Red+Green+Blue) = 186+70+117=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 70 (27.73% from 255 or 18.77% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4675 is #45B98A. Grayscale: #6D6D6D. Windows color (decimal): -4569483 or 7685818. OLE color: 7685818.

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

Color convert

RGB 186 70 117 -
CMYK 0 0.62 0.37 0.27
HSL 335.69º 0.46% 0.5% -
HSV(B) 335.69º 0.62% 0.73% -
XYZ 25.65 16.1 18.59 -
YUV 110.04 131.93 182.18 -
System Red Green Blue C M Y K H S L
Decimal 186 70 117 0 0.62 0.37 0.27 335.69 0.46 0.5
Hex BA 46 75 0 3E 25 1B 150 2E 32
Octal 272 106 165 0 76 45 33 520 56 62
Binary 10111010 1000110 1110101 0 111110 100101 11011 101010000 101110 110010

Color Harmonies of #BA4675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4675

Black with #BA4675

Text Example


Text Example

White with #BA4675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4675; }

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

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

background-color css

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

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

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

border-color css

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

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

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