Html Css Color HEX #BC3672 Royal Heath

📋 copy color: '#BC3672'

red 188 ◦ green 54 ◦ blue 114

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

Shades of Royal Heath #BC3672

Tints of Royal Heath #BC3672

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.17%

 BLUE value IS 114 (44.92% from 255) = 32.02%

R = 52.81%
G = 15.17%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BC3672 (or 0xBC3672) is known color: Royal Heath. HEX triplet: BC, 36 and 72. RGB value is (188,54,114). Sum of RGB (Red+Green+Blue) = 188+54+114=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 54 (21.48% from 255 or 15.17% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3672 is #43C98D. Grayscale: #646464. Windows color (decimal): -4442510 or 7485116. OLE color: 7485116.

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

Color convert

RGB 188 54 114 -
CMYK 0 0.71 0.39 0.26
HSL 333.13º 0.55% 0.47% -
HSV(B) 333.13º 0.71% 0.74% -
XYZ 25.1 14.54 17.4 -
YUV 100.91 135.39 190.12 -
System Red Green Blue C M Y K H S L
Decimal 188 54 114 0 0.71 0.39 0.26 333.13 0.55 0.47
Hex BC 36 72 0 47 27 1A 14D 37 2F
Octal 274 66 162 0 107 47 32 515 67 57
Binary 10111100 110110 1110010 0 1000111 100111 11010 101001101 110111 101111

Color Harmonies of #BC3672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3672

Black with #BC3672

Text Example


Text Example

White with #BC3672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3672; }

 p { color: rgb(188,54,114); }

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

background-color css

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

 a { background-color: rgb(188,54,114); }

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

border-color css

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

 span { border-color: rgb(188,54,114); }

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