Html Css Color HEX #BC4072 Royal Heath

📋 copy color: '#BC4072'

red 188 ◦ green 64 ◦ blue 114

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

Shades of Royal Heath #BC4072

Tints of Royal Heath #BC4072

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.49%

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

R = 51.37%
G = 17.49%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BC4072 (or 0xBC4072) is known color: Royal Heath. HEX triplet: BC, 40 and 72. RGB value is (188,64,114). Sum of RGB (Red+Green+Blue) = 188+64+114=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4072 is #43BF8D. Grayscale: #6A6A6A. Windows color (decimal): -4439950 or 7487676. OLE color: 7487676.

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

Color convert

RGB 188 64 114 -
CMYK 0 0.66 0.39 0.26
HSL 335.81º 0.49% 0.49% -
HSV(B) 335.81º 0.66% 0.74% -
XYZ 25.61 15.57 17.58 -
YUV 106.78 132.08 185.93 -
System Red Green Blue C M Y K H S L
Decimal 188 64 114 0 0.66 0.39 0.26 335.81 0.49 0.49
Hex BC 40 72 0 42 27 1A 150 31 31
Octal 274 100 162 0 102 47 32 520 61 61
Binary 10111100 1000000 1110010 0 1000010 100111 11010 101010000 110001 110001

Color Harmonies of #BC4072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4072

Black with #BC4072

Text Example


Text Example

White with #BC4072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4072; }

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

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

background-color css

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

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

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

border-color css

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

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

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