Html Css Color HEX #BC4772 Royal Heath

📋 copy color: '#BC4772'

red 188 ◦ green 71 ◦ blue 114

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

Shades of Royal Heath #BC4772

Tints of Royal Heath #BC4772

RGB

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

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

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

R = 50.4%
G = 19.03%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BC4772 (or 0xBC4772) is known color: Royal Heath. HEX triplet: BC, 47 and 72. RGB value is (188,71,114). Sum of RGB (Red+Green+Blue) = 188+71+114=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 71 (28.12% from 255 or 19.03% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4772 is #43B88D. Grayscale: #6E6E6E. Windows color (decimal): -4438158 or 7489468. OLE color: 7489468.

HSL color Cylindrical-coordinate representation of color #BC4772: hue angle of 337.95º 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 #BC4772 is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 71 114 -
CMYK 0 0.62 0.39 0.26
HSL 337.95º 0.47% 0.51% -
HSV(B) 337.95º 0.62% 0.74% -
XYZ 26.03 16.41 17.72 -
YUV 110.89 129.76 183 -
System Red Green Blue C M Y K H S L
Decimal 188 71 114 0 0.62 0.39 0.26 337.95 0.47 0.51
Hex BC 47 72 0 3E 27 1A 152 2F 33
Octal 274 107 162 0 76 47 32 522 57 63
Binary 10111100 1000111 1110010 0 111110 100111 11010 101010010 101111 110011

Color Harmonies of #BC4772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4772

Black with #BC4772

Text Example


Text Example

White with #BC4772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4772; }

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

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

background-color css

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

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

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

border-color css

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

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

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