Html Css Color HEX #BC6164 Mandy

📋 copy color: '#BC6164'

red 188 ◦ green 97 ◦ blue 100

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

Shades of Mandy #BC6164

Tints of Mandy #BC6164

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.19%

 BLUE value IS 100 (39.45% from 255) = 25.97%

R = 48.83%
G = 25.19%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC6164 (or 0xBC6164) is known color: Mandy. HEX triplet: BC, 61 and 64. RGB value is (188,97,100). Sum of RGB (Red+Green+Blue) = 188+97+100=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 100 (39.45% from 255 or 25.97% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6164 is #439E9B. Grayscale: #7C7C7C. Windows color (decimal): -4431516 or 6578620. OLE color: 6578620.

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

Color convert

RGB 188 97 100 -
CMYK 0 0.48 0.47 0.26
HSL 358.02º 0.4% 0.56% -
HSV(B) 358.02º 0.48% 0.74% -
XYZ 27.31 20.16 14.51 -
YUV 124.55 114.15 173.26 -
System Red Green Blue C M Y K H S L
Decimal 188 97 100 0 0.48 0.47 0.26 358.02 0.4 0.56
Hex BC 61 64 0 30 2F 1A 166 28 38
Octal 274 141 144 0 60 57 32 546 50 70
Binary 10111100 1100001 1100100 0 110000 101111 11010 101100110 101000 111000

Color Harmonies of #BC6164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6164

Black with #BC6164

Text Example


Text Example

White with #BC6164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6164; }

 p { color: rgb(188,97,100); }

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

background-color css

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

 a { background-color: rgb(188,97,100); }

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

border-color css

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

 span { border-color: rgb(188,97,100); }

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