Html Css Color HEX #BC396D Royal Heath

📋 copy color: '#BC396D'

red 188 ◦ green 57 ◦ blue 109

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

Shades of Royal Heath #BC396D

Tints of Royal Heath #BC396D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.1%

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

R = 53.11%
G = 16.1%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BC396D (or 0xBC396D) is known color: Royal Heath. HEX triplet: BC, 39 and 6D. RGB value is (188,57,109). Sum of RGB (Red+Green+Blue) = 188+57+109=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 57 (22.66% from 255 or 16.10% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC396D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC396D is #43C692. Grayscale: #666666. Windows color (decimal): -4441747 or 7158204. OLE color: 7158204.

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

Color convert

RGB 188 57 109 -
CMYK 0 0.70 0.42 0.26
HSL 336.18º 0.53% 0.48% -
HSV(B) 336.18º 0.7% 0.74% -
XYZ 24.96 14.72 15.99 -
YUV 102.1 131.9 189.27 -
System Red Green Blue C M Y K H S L
Decimal 188 57 109 0 0.70 0.42 0.26 336.18 0.53 0.48
Hex BC 39 6D 0 46 2A 1A 150 35 30
Octal 274 71 155 0 106 52 32 520 65 60
Binary 10111100 111001 1101101 0 1000110 101010 11010 101010000 110101 110000

Color Harmonies of #BC396D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC396D

Black with #BC396D

Text Example


Text Example

White with #BC396D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC396D; }

 p { color: rgb(188,57,109); }

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

background-color css

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

 a { background-color: rgb(188,57,109); }

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

border-color css

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

 span { border-color: rgb(188,57,109); }

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