Html Css Color HEX #BC4B72 Royal Heath

📋 copy color: '#BC4B72'

red 188 ◦ green 75 ◦ blue 114

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

Shades of Royal Heath #BC4B72

Tints of Royal Heath #BC4B72

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.89%

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

R = 49.87%
G = 19.89%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BC4B72 (or 0xBC4B72) is known color: Royal Heath. HEX triplet: BC, 4B and 72. RGB value is (188,75,114). Sum of RGB (Red+Green+Blue) = 188+75+114=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 75 (29.69% from 255 or 19.89% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4B72 is #43B48D. Grayscale: #717171. Windows color (decimal): -4437134 or 7490492. OLE color: 7490492.

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

Color convert

RGB 188 75 114 -
CMYK 0 0.60 0.39 0.26
HSL 339.29º 0.46% 0.52% -
HSV(B) 339.29º 0.6% 0.74% -
XYZ 26.29 16.94 17.8 -
YUV 113.23 128.44 181.33 -
System Red Green Blue C M Y K H S L
Decimal 188 75 114 0 0.60 0.39 0.26 339.29 0.46 0.52
Hex BC 4B 72 0 3C 27 1A 153 2E 34
Octal 274 113 162 0 74 47 32 523 56 64
Binary 10111100 1001011 1110010 0 111100 100111 11010 101010011 101110 110100

Color Harmonies of #BC4B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4B72

Black with #BC4B72

Text Example


Text Example

White with #BC4B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4B72; }

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

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

background-color css

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

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

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

border-color css

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

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

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