Html Css Color HEX #BA436D Royal Heath

📋 copy color: '#BA436D'

red 186 ◦ green 67 ◦ blue 109

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

Shades of Royal Heath #BA436D

Tints of Royal Heath #BA436D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.11%

R = 51.38%
G = 18.51%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA436D (or 0xBA436D) is known color: Royal Heath. HEX triplet: BA, 43 and 6D. RGB value is (186,67,109). Sum of RGB (Red+Green+Blue) = 186+67+109=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 67 (26.56% from 255 or 18.51% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA436D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA436D is #45BC92. Grayscale: #6B6B6B. Windows color (decimal): -4570259 or 7160762. OLE color: 7160762.

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

Color convert

RGB 186 67 109 -
CMYK 0 0.64 0.41 0.27
HSL 338.82º 0.47% 0.5% -
HSV(B) 338.82º 0.64% 0.73% -
XYZ 25.02 15.56 16.15 -
YUV 107.37 128.92 184.08 -
System Red Green Blue C M Y K H S L
Decimal 186 67 109 0 0.64 0.41 0.27 338.82 0.47 0.5
Hex BA 43 6D 0 40 29 1B 153 2F 32
Octal 272 103 155 0 100 51 33 523 57 62
Binary 10111010 1000011 1101101 0 1000000 101001 11011 101010011 101111 110010

Color Harmonies of #BA436D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA436D

Black with #BA436D

Text Example


Text Example

White with #BA436D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA436D; }

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

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

background-color css

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

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

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

border-color css

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

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

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