Html Css Color HEX #BC4B73 Royal Heath

📋 copy color: '#BC4B73'

red 188 ◦ green 75 ◦ blue 115

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

Shades of Royal Heath #BC4B73

Tints of Royal Heath #BC4B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.42%

R = 49.74%
G = 19.84%
B = 30.42%

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

#BC4B73 (or 0xBC4B73) is known color: Royal Heath. HEX triplet: BC, 4B and 73. RGB value is (188,75,115). Sum of RGB (Red+Green+Blue) = 188+75+115=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 75 (29.69% from 255 or 19.84% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4B73 is #43B48C. Grayscale: #717171. Windows color (decimal): -4437133 or 7556028. OLE color: 7556028.

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

Color convert

RGB 188 75 115 -
CMYK 0 0.60 0.39 0.26
HSL 338.76º 0.46% 0.52% -
HSV(B) 338.76º 0.6% 0.74% -
XYZ 26.35 16.96 18.1 -
YUV 113.35 128.94 181.25 -
System Red Green Blue C M Y K H S L
Decimal 188 75 115 0 0.60 0.39 0.26 338.76 0.46 0.52
Hex BC 4B 73 0 3C 27 1A 153 2E 34
Octal 274 113 163 0 74 47 32 523 56 64
Binary 10111100 1001011 1110011 0 111100 100111 11010 101010011 101110 110100

Color Harmonies of #BC4B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4B73

Black with #BC4B73

Text Example


Text Example

White with #BC4B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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