Html Css Color HEX #BC4B70 Royal Heath

📋 copy color: '#BC4B70'

red 188 ◦ green 75 ◦ blue 112

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

Shades of Royal Heath #BC4B70

Tints of Royal Heath #BC4B70

RGB

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

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

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

R = 50.13%
G = 20%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC4B70 (or 0xBC4B70) is known color: Royal Heath. HEX triplet: BC, 4B and 70. RGB value is (188,75,112). Sum of RGB (Red+Green+Blue) = 188+75+112=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 75 (29.69% from 255 or 20% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4B70 is #43B48F. Grayscale: #707070. Windows color (decimal): -4437136 or 7359420. OLE color: 7359420.

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

Color convert

RGB 188 75 112 -
CMYK 0 0.60 0.40 0.26
HSL 340.35º 0.46% 0.52% -
HSV(B) 340.35º 0.6% 0.74% -
XYZ 26.18 16.89 17.21 -
YUV 113.01 127.44 181.49 -
System Red Green Blue C M Y K H S L
Decimal 188 75 112 0 0.60 0.40 0.26 340.35 0.46 0.52
Hex BC 4B 70 0 3C 28 1A 154 2E 34
Octal 274 113 160 0 74 50 32 524 56 64
Binary 10111100 1001011 1110000 0 111100 101000 11010 101010100 101110 110100

Color Harmonies of #BC4B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4B70

Black with #BC4B70

Text Example


Text Example

White with #BC4B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4B70; }

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

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

background-color css

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

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

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

border-color css

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

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

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