Html Css Color HEX #BC565A Mandy

📋 copy color: '#BC565A'

red 188 ◦ green 86 ◦ blue 90

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

Shades of Mandy #BC565A

Tints of Mandy #BC565A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.73%

R = 51.65%
G = 23.63%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC565A (or 0xBC565A) is known color: Mandy. HEX triplet: BC, 56 and 5A. RGB value is (188,86,90). Sum of RGB (Red+Green+Blue) = 188+86+90=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC565A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC565A is #43A9A5. Grayscale: #757575. Windows color (decimal): -4434342 or 5920444. OLE color: 5920444.

HSL color Cylindrical-coordinate representation of color #BC565A: hue angle of 357.65º 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 #BC565A is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 86 90 -
CMYK 0 0.54 0.52 0.26
HSL 357.65º 0.43% 0.54% -
HSV(B) 357.65º 0.54% 0.74% -
XYZ 25.91 18.09 11.8 -
YUV 116.95 112.79 178.67 -
System Red Green Blue C M Y K H S L
Decimal 188 86 90 0 0.54 0.52 0.26 357.65 0.43 0.54
Hex BC 56 5A 0 36 34 1A 166 2B 36
Octal 274 126 132 0 66 64 32 546 53 66
Binary 10111100 1010110 1011010 0 110110 110100 11010 101100110 101011 110110

Color Harmonies of #BC565A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC565A

Black with #BC565A

Text Example


Text Example

White with #BC565A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC565A; }

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

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

background-color css

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

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

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

border-color css

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

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

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