Html Css Color HEX #BC4770 Royal Heath

📋 copy color: '#BC4770'

red 188 ◦ green 71 ◦ blue 112

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

Shades of Royal Heath #BC4770

Tints of Royal Heath #BC4770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.19%

R = 50.67%
G = 19.14%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC4770 (or 0xBC4770) is known color: Royal Heath. HEX triplet: BC, 47 and 70. RGB value is (188,71,112). Sum of RGB (Red+Green+Blue) = 188+71+112=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4770 is #43B88F. Grayscale: #6E6E6E. Windows color (decimal): -4438160 or 7358396. OLE color: 7358396.

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

Color convert

RGB 188 71 112 -
CMYK 0 0.62 0.40 0.26
HSL 338.97º 0.47% 0.51% -
HSV(B) 338.97º 0.62% 0.74% -
XYZ 25.92 16.37 17.12 -
YUV 110.66 128.76 183.17 -
System Red Green Blue C M Y K H S L
Decimal 188 71 112 0 0.62 0.40 0.26 338.97 0.47 0.51
Hex BC 47 70 0 3E 28 1A 153 2F 33
Octal 274 107 160 0 76 50 32 523 57 63
Binary 10111100 1000111 1110000 0 111110 101000 11010 101010011 101111 110011

Color Harmonies of #BC4770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4770

Black with #BC4770

Text Example


Text Example

White with #BC4770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4770; }

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

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

background-color css

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

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

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

border-color css

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

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

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