Html Css Color HEX #BC597E Royal Heath

📋 copy color: '#BC597E'

red 188 ◦ green 89 ◦ blue 126

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

Shades of Royal Heath #BC597E

Tints of Royal Heath #BC597E

RGB

 RED value IS 188 (73.83% from 255) = 46.65%

 GREEN value IS 89 (35.16% from 255) = 22.08%

 BLUE value IS 126 (49.61% from 255) = 31.27%

R = 46.65%
G = 22.08%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BC597E (or 0xBC597E) is known color: Royal Heath. HEX triplet: BC, 59 and 7E. RGB value is (188,89,126). Sum of RGB (Red+Green+Blue) = 188+89+126=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC597E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC597E is #43A681. Grayscale: #7A7A7A. Windows color (decimal): -4433538 or 8280508. OLE color: 8280508.

HSL color Cylindrical-coordinate representation of color #BC597E: hue angle of 337.58º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC597E is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 89 126 -
CMYK 0 0.53 0.33 0.26
HSL 337.58º 0.42% 0.54% -
HSV(B) 337.58º 0.53% 0.74% -
XYZ 28.08 19.34 21.99 -
YUV 122.82 129.8 174.49 -
System Red Green Blue C M Y K H S L
Decimal 188 89 126 0 0.53 0.33 0.26 337.58 0.42 0.54
Hex BC 59 7E 0 35 21 1A 152 2A 36
Octal 274 131 176 0 65 41 32 522 52 66
Binary 10111100 1011001 1111110 0 110101 100001 11010 101010010 101010 110110

Color Harmonies of #BC597E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC597E

Black with #BC597E

Text Example


Text Example

White with #BC597E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC597E; }

 p { color: rgb(188,89,126); }

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

background-color css

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

 a { background-color: rgb(188,89,126); }

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

border-color css

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

 span { border-color: rgb(188,89,126); }

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