Html Css Color HEX #BC476C Royal Heath

📋 copy color: '#BC476C'

red 188 ◦ green 71 ◦ blue 108

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

Shades of Royal Heath #BC476C

Tints of Royal Heath #BC476C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.35%

 BLUE value IS 108 (42.58% from 255) = 29.43%

R = 51.23%
G = 19.35%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC476C (or 0xBC476C) is known color: Royal Heath. HEX triplet: BC, 47 and 6C. RGB value is (188,71,108). Sum of RGB (Red+Green+Blue) = 188+71+108=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC476C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC476C is #43B893. Grayscale: #6E6E6E. Windows color (decimal): -4438164 or 7096252. OLE color: 7096252.

HSL color Cylindrical-coordinate representation of color #BC476C: hue angle of 341.03º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC476C is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 71 108 -
CMYK 0 0.62 0.43 0.26
HSL 341.03º 0.47% 0.51% -
HSV(B) 341.03º 0.62% 0.74% -
XYZ 25.7 16.28 15.98 -
YUV 110.2 126.76 183.49 -
System Red Green Blue C M Y K H S L
Decimal 188 71 108 0 0.62 0.43 0.26 341.03 0.47 0.51
Hex BC 47 6C 0 3E 2B 1A 155 2F 33
Octal 274 107 154 0 76 53 32 525 57 63
Binary 10111100 1000111 1101100 0 111110 101011 11010 101010101 101111 110011

Color Harmonies of #BC476C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC476C

Black with #BC476C

Text Example


Text Example

White with #BC476C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC476C; }

 p { color: rgb(188,71,108); }

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

background-color css

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

 a { background-color: rgb(188,71,108); }

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

border-color css

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

 span { border-color: rgb(188,71,108); }

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