Html Css Color HEX #BC5075 Royal Heath

📋 copy color: '#BC5075'

red 188 ◦ green 80 ◦ blue 117

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

Shades of Royal Heath #BC5075

Tints of Royal Heath #BC5075

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.78%

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

R = 48.83%
G = 20.78%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC5075 (or 0xBC5075) is known color: Royal Heath. HEX triplet: BC, 50 and 75. RGB value is (188,80,117). Sum of RGB (Red+Green+Blue) = 188+80+117=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5075 is #43AF8A. Grayscale: #747474. Windows color (decimal): -4435851 or 7688380. OLE color: 7688380.

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

Color convert

RGB 188 80 117 -
CMYK 0 0.57 0.38 0.26
HSL 339.44º 0.45% 0.53% -
HSV(B) 339.44º 0.57% 0.74% -
XYZ 26.82 17.71 18.84 -
YUV 116.51 128.28 178.99 -
System Red Green Blue C M Y K H S L
Decimal 188 80 117 0 0.57 0.38 0.26 339.44 0.45 0.53
Hex BC 50 75 0 39 26 1A 153 2D 35
Octal 274 120 165 0 71 46 32 523 55 65
Binary 10111100 1010000 1110101 0 111001 100110 11010 101010011 101101 110101

Color Harmonies of #BC5075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5075

Black with #BC5075

Text Example


Text Example

White with #BC5075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5075; }

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

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

background-color css

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

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

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

border-color css

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

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

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