Html Css Color HEX #BC5B77 Royal Heath

📋 copy color: '#BC5B77'

red 188 ◦ green 91 ◦ blue 119

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

Shades of Royal Heath #BC5B77

Tints of Royal Heath #BC5B77

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.86%

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

R = 47.24%
G = 22.86%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BC5B77 (or 0xBC5B77) is known color: Royal Heath. HEX triplet: BC, 5B and 77. RGB value is (188,91,119). Sum of RGB (Red+Green+Blue) = 188+91+119=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 91 (35.94% from 255 or 22.86% from 398); Blue value is 119 (46.88% from 255 or 29.90% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5B77 is #43A488. Grayscale: #7B7B7B. Windows color (decimal): -4433033 or 7822268. OLE color: 7822268.

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

Color convert

RGB 188 91 119 -
CMYK 0 0.52 0.37 0.26
HSL 342.68º 0.42% 0.55% -
HSV(B) 342.68º 0.52% 0.74% -
XYZ 27.81 19.51 19.75 -
YUV 123.2 125.64 174.22 -
System Red Green Blue C M Y K H S L
Decimal 188 91 119 0 0.52 0.37 0.26 342.68 0.42 0.55
Hex BC 5B 77 0 34 25 1A 157 2A 37
Octal 274 133 167 0 64 45 32 527 52 67
Binary 10111100 1011011 1110111 0 110100 100101 11010 101010111 101010 110111

Color Harmonies of #BC5B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5B77

Black with #BC5B77

Text Example


Text Example

White with #BC5B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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