Html Css Color HEX #BA436B Royal Heath

📋 copy color: '#BA436B'

red 186 ◦ green 67 ◦ blue 107

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

Shades of Royal Heath #BA436B

Tints of Royal Heath #BA436B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.72%

R = 51.67%
G = 18.61%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BA436B (or 0xBA436B) is known color: Royal Heath. HEX triplet: BA, 43 and 6B. RGB value is (186,67,107). Sum of RGB (Red+Green+Blue) = 186+67+107=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 67 (26.56% from 255 or 18.61% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA436B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA436B is #45BC94. Grayscale: #6B6B6B. Windows color (decimal): -4570261 or 7029690. OLE color: 7029690.

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

Color convert

RGB 186 67 107 -
CMYK 0 0.64 0.42 0.27
HSL 339.83º 0.47% 0.5% -
HSV(B) 339.83º 0.64% 0.73% -
XYZ 24.91 15.51 15.59 -
YUV 107.14 127.92 184.25 -
System Red Green Blue C M Y K H S L
Decimal 186 67 107 0 0.64 0.42 0.27 339.83 0.47 0.5
Hex BA 43 6B 0 40 2A 1B 154 2F 32
Octal 272 103 153 0 100 52 33 524 57 62
Binary 10111010 1000011 1101011 0 1000000 101010 11011 101010100 101111 110010

Color Harmonies of #BA436B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA436B

Black with #BA436B

Text Example


Text Example

White with #BA436B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA436B; }

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

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

background-color css

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

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

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

border-color css

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

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

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