Html Css Color HEX #BC567B Royal Heath

📋 copy color: '#BC567B'

red 188 ◦ green 86 ◦ blue 123

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

Shades of Royal Heath #BC567B

Tints of Royal Heath #BC567B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.66%

 BLUE value IS 123 (48.44% from 255) = 30.98%

R = 47.36%
G = 21.66%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC567B (or 0xBC567B) is known color: Royal Heath. HEX triplet: BC, 56 and 7B. RGB value is (188,86,123). Sum of RGB (Red+Green+Blue) = 188+86+123=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 86 (33.98% from 255 or 21.66% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC567B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC567B is #43A984. Grayscale: #787878. Windows color (decimal): -4434309 or 8083132. OLE color: 8083132.

HSL color Cylindrical-coordinate representation of color #BC567B: hue angle of 338.24º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC567B is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 86 123 -
CMYK 0 0.54 0.35 0.26
HSL 338.24º 0.43% 0.54% -
HSV(B) 338.24º 0.54% 0.74% -
XYZ 27.64 18.78 20.91 -
YUV 120.72 129.29 175.99 -
System Red Green Blue C M Y K H S L
Decimal 188 86 123 0 0.54 0.35 0.26 338.24 0.43 0.54
Hex BC 56 7B 0 36 23 1A 152 2B 36
Octal 274 126 173 0 66 43 32 522 53 66
Binary 10111100 1010110 1111011 0 110110 100011 11010 101010010 101011 110110

Color Harmonies of #BC567B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC567B

Black with #BC567B

Text Example


Text Example

White with #BC567B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC567B; }

 p { color: rgb(188,86,123); }

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

background-color css

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

 a { background-color: rgb(188,86,123); }

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

border-color css

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

 span { border-color: rgb(188,86,123); }

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