Html Css Color HEX #BC4A72 Royal Heath

📋 copy color: '#BC4A72'

red 188 ◦ green 74 ◦ blue 114

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

Shades of Royal Heath #BC4A72

Tints of Royal Heath #BC4A72

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.68%

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

R = 50%
G = 19.68%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BC4A72 (or 0xBC4A72) is known color: Royal Heath. HEX triplet: BC, 4A and 72. RGB value is (188,74,114). Sum of RGB (Red+Green+Blue) = 188+74+114=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 74 (29.30% from 255 or 19.68% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4A72 is #43B58D. Grayscale: #707070. Windows color (decimal): -4437390 or 7490236. OLE color: 7490236.

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

Color convert

RGB 188 74 114 -
CMYK 0 0.61 0.39 0.26
HSL 338.95º 0.46% 0.51% -
HSV(B) 338.95º 0.61% 0.74% -
XYZ 26.23 16.8 17.78 -
YUV 112.65 128.77 181.75 -
System Red Green Blue C M Y K H S L
Decimal 188 74 114 0 0.61 0.39 0.26 338.95 0.46 0.51
Hex BC 4A 72 0 3D 27 1A 153 2E 33
Octal 274 112 162 0 75 47 32 523 56 63
Binary 10111100 1001010 1110010 0 111101 100111 11010 101010011 101110 110011

Color Harmonies of #BC4A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4A72

Black with #BC4A72

Text Example


Text Example

White with #BC4A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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