Html Css Color HEX #BC4D6E Royal Heath

📋 copy color: '#BC4D6E'

red 188 ◦ green 77 ◦ blue 110

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

Shades of Royal Heath #BC4D6E

Tints of Royal Heath #BC4D6E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.53%

 BLUE value IS 110 (43.36% from 255) = 29.33%

R = 50.13%
G = 20.53%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC4D6E (or 0xBC4D6E) is known color: Royal Heath. HEX triplet: BC, 4D and 6E. RGB value is (188,77,110). Sum of RGB (Red+Green+Blue) = 188+77+110=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 77 (30.47% from 255 or 20.53% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC4D6E is #43B291. Grayscale: #717171. Windows color (decimal): -4436626 or 7228860. OLE color: 7228860.

HSL color Cylindrical-coordinate representation of color #BC4D6E: hue angle of 342.16º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC4D6E is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 77 110 -
CMYK 0 0.59 0.41 0.26
HSL 342.16º 0.45% 0.52% -
HSV(B) 342.16º 0.59% 0.74% -
XYZ 26.21 17.12 16.68 -
YUV 113.95 125.77 180.82 -
System Red Green Blue C M Y K H S L
Decimal 188 77 110 0 0.59 0.41 0.26 342.16 0.45 0.52
Hex BC 4D 6E 0 3B 29 1A 156 2D 34
Octal 274 115 156 0 73 51 32 526 55 64
Binary 10111100 1001101 1101110 0 111011 101001 11010 101010110 101101 110100

Color Harmonies of #BC4D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4D6E

Black with #BC4D6E

Text Example


Text Example

White with #BC4D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4D6E; }

 p { color: rgb(188,77,110); }

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

background-color css

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

 a { background-color: rgb(188,77,110); }

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

border-color css

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

 span { border-color: rgb(188,77,110); }

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