#BA436A

Color #BA436A Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #BA436A

Tints of Royal Heath #BA436A

Color information

#BA436A (or 0xBA436A) is unknown color: approx Royal Heath. HEX triplet: BA, 43 and 6A. RGB value is (186,67,106). Sum of RGB (Red+Green+Blue) = 186+67+106=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 67 (26.56% from 255 or 18.66% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA436A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA436A is #45BC95. Grayscale: #6A6A6A. Windows color (decimal): -4570262 or 6964154. OLE color: 6964154.

HSL color Cylindrical-coordinate representation of color #BA436A: hue angle of 340.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 #BA436A is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB18667106-
CMYK00.640.430.27
HSL340.34º47.04%49.61%-
HSV(B)340.34º63.98%72.94%-
XYZ24.8615.4915.32-
YUV107.03127.42184.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.81%
GREEN value IS 67 (26.56% from 255) = 18.66%
BLUE value IS 106 (41.80% from 255) = 29.53%
R=51.81%
G=18.66%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866710600.640.430.27340.3447.0449.61
HexBA436A0402B1B1542f32
Octal272103152010053335245762
Binary10111010100001111010100100000010101111011101010100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA436A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA436A; }

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

 H1.HeaderClassName
 {
   color: #BA436A;
 }
 .AnyTagClassName
 {
   color: #BA436A;
 }
</style>
background-color css

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

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

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

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

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

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