Html Css Color HEX #BC376C Royal Heath

📋 copy color: '#BC376C'

red 188 ◦ green 55 ◦ blue 108

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

Shades of Royal Heath #BC376C

Tints of Royal Heath #BC376C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.67%

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

R = 53.56%
G = 15.67%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC376C (or 0xBC376C) is known color: Royal Heath. HEX triplet: BC, 37 and 6C. RGB value is (188,55,108). Sum of RGB (Red+Green+Blue) = 188+55+108=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 55 (21.88% from 255 or 15.67% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC376C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC376C is #43C893. Grayscale: #646464. Windows color (decimal): -4442260 or 7092156. OLE color: 7092156.

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

Color convert

RGB 188 55 108 -
CMYK 0 0.71 0.43 0.26
HSL 336.09º 0.55% 0.48% -
HSV(B) 336.09º 0.71% 0.74% -
XYZ 24.81 14.51 15.68 -
YUV 100.81 132.06 190.19 -
System Red Green Blue C M Y K H S L
Decimal 188 55 108 0 0.71 0.43 0.26 336.09 0.55 0.48
Hex BC 37 6C 0 47 2B 1A 150 37 30
Octal 274 67 154 0 107 53 32 520 67 60
Binary 10111100 110111 1101100 0 1000111 101011 11010 101010000 110111 110000

Color Harmonies of #BC376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC376C

Black with #BC376C

Text Example


Text Example

White with #BC376C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC376C; }

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

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

background-color css

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

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

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

border-color css

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

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

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