Html Css Color HEX #BC4575 Royal Heath

📋 copy color: '#BC4575'

red 188 ◦ green 69 ◦ blue 117

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

Shades of Royal Heath #BC4575

Tints of Royal Heath #BC4575

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.45%

 BLUE value IS 117 (46.09% from 255) = 31.28%

R = 50.27%
G = 18.45%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC4575 (or 0xBC4575) is known color: Royal Heath. HEX triplet: BC, 45 and 75. RGB value is (188,69,117). Sum of RGB (Red+Green+Blue) = 188+69+117=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4575 is #43BA8A. Grayscale: #6D6D6D. Windows color (decimal): -4438667 or 7685564. OLE color: 7685564.

HSL color Cylindrical-coordinate representation of color #BC4575: hue angle of 335.8º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC4575 is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 69 117 -
CMYK 0 0.63 0.38 0.26
HSL 335.8º 0.47% 0.5% -
HSV(B) 335.8º 0.63% 0.74% -
XYZ 26.08 16.23 18.59 -
YUV 110.05 131.92 183.6 -
System Red Green Blue C M Y K H S L
Decimal 188 69 117 0 0.63 0.38 0.26 335.8 0.47 0.5
Hex BC 45 75 0 3F 26 1A 150 2F 32
Octal 274 105 165 0 77 46 32 520 57 62
Binary 10111100 1000101 1110101 0 111111 100110 11010 101010000 101111 110010

Color Harmonies of #BC4575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4575

Black with #BC4575

Text Example


Text Example

White with #BC4575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4575; }

 p { color: rgb(188,69,117); }

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

background-color css

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

 a { background-color: rgb(188,69,117); }

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

border-color css

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

 span { border-color: rgb(188,69,117); }

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