Html Css Color HEX #BA4368 Royal Heath

📋 copy color: '#BA4368'

red 186 ◦ green 67 ◦ blue 104

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

Shades of Royal Heath #BA4368

Tints of Royal Heath #BA4368

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.77%

 BLUE value IS 104 (41.02% from 255) = 29.13%

R = 52.1%
G = 18.77%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BA4368 (or 0xBA4368) is known color: Royal Heath. HEX triplet: BA, 43 and 68. RGB value is (186,67,104). Sum of RGB (Red+Green+Blue) = 186+67+104=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 67 (26.56% from 255 or 18.77% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4368 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4368 is #45BC97. Grayscale: #6A6A6A. Windows color (decimal): -4570264 or 6833082. OLE color: 6833082.

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

Color convert

RGB 186 67 104 -
CMYK 0 0.64 0.44 0.27
HSL 341.34º 0.47% 0.5% -
HSV(B) 341.34º 0.64% 0.73% -
XYZ 24.76 15.45 14.77 -
YUV 106.8 126.42 184.49 -
System Red Green Blue C M Y K H S L
Decimal 186 67 104 0 0.64 0.44 0.27 341.34 0.47 0.5
Hex BA 43 68 0 40 2C 1B 155 2F 32
Octal 272 103 150 0 100 54 33 525 57 62
Binary 10111010 1000011 1101000 0 1000000 101100 11011 101010101 101111 110010

Color Harmonies of #BA4368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4368

Black with #BA4368

Text Example


Text Example

White with #BA4368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4368; }

 p { color: rgb(186,67,104); }

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

background-color css

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

 a { background-color: rgb(186,67,104); }

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

border-color css

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

 span { border-color: rgb(186,67,104); }

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