Html Css Color HEX #BC555C Mandy

📋 copy color: '#BC555C'

red 188 ◦ green 85 ◦ blue 92

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

Shades of Mandy #BC555C

Tints of Mandy #BC555C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.29%

 BLUE value IS 92 (36.33% from 255) = 25.21%

R = 51.51%
G = 23.29%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC555C (or 0xBC555C) is known color: Mandy. HEX triplet: BC, 55 and 5C. RGB value is (188,85,92). Sum of RGB (Red+Green+Blue) = 188+85+92=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC555C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC555C is #43AAA3. Grayscale: #747474. Windows color (decimal): -4434596 or 6051260. OLE color: 6051260.

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

Color convert

RGB 188 85 92 -
CMYK 0 0.55 0.51 0.26
HSL 355.92º 0.43% 0.54% -
HSV(B) 355.92º 0.55% 0.74% -
XYZ 25.92 17.96 12.23 -
YUV 116.6 114.12 178.93 -
System Red Green Blue C M Y K H S L
Decimal 188 85 92 0 0.55 0.51 0.26 355.92 0.43 0.54
Hex BC 55 5C 0 37 33 1A 164 2B 36
Octal 274 125 134 0 67 63 32 544 53 66
Binary 10111100 1010101 1011100 0 110111 110011 11010 101100100 101011 110110

Color Harmonies of #BC555C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC555C

Black with #BC555C

Text Example


Text Example

White with #BC555C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC555C; }

 p { color: rgb(188,85,92); }

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

background-color css

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

 a { background-color: rgb(188,85,92); }

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

border-color css

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

 span { border-color: rgb(188,85,92); }

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