Html Css Color HEX #BC5277 Royal Heath

📋 copy color: '#BC5277'

red 188 ◦ green 82 ◦ blue 119

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

Shades of Royal Heath #BC5277

Tints of Royal Heath #BC5277

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.08%

 BLUE value IS 119 (46.88% from 255) = 30.59%

R = 48.33%
G = 21.08%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BC5277 (or 0xBC5277) is known color: Royal Heath. HEX triplet: BC, 52 and 77. RGB value is (188,82,119). Sum of RGB (Red+Green+Blue) = 188+82+119=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5277 is #43AD88. Grayscale: #757575. Windows color (decimal): -4435337 or 7819964. OLE color: 7819964.

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

Color convert

RGB 188 82 119 -
CMYK 0 0.56 0.37 0.26
HSL 339.06º 0.44% 0.53% -
HSV(B) 339.06º 0.56% 0.74% -
XYZ 27.09 18.06 19.51 -
YUV 117.91 128.62 177.99 -
System Red Green Blue C M Y K H S L
Decimal 188 82 119 0 0.56 0.37 0.26 339.06 0.44 0.53
Hex BC 52 77 0 38 25 1A 153 2C 35
Octal 274 122 167 0 70 45 32 523 54 65
Binary 10111100 1010010 1110111 0 111000 100101 11010 101010011 101100 110101

Color Harmonies of #BC5277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5277

Black with #BC5277

Text Example


Text Example

White with #BC5277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5277; }

 p { color: rgb(188,82,119); }

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

background-color css

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

 a { background-color: rgb(188,82,119); }

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

border-color css

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

 span { border-color: rgb(188,82,119); }

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