Html Css Color HEX #BC6264 Mandy

📋 copy color: '#BC6264'

red 188 ◦ green 98 ◦ blue 100

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

Shades of Mandy #BC6264

Tints of Mandy #BC6264

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.39%

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

R = 48.7%
G = 25.39%
B = 25.91%

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

#BC6264 (or 0xBC6264) is known color: Mandy. HEX triplet: BC, 62 and 64. RGB value is (188,98,100). Sum of RGB (Red+Green+Blue) = 188+98+100=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 98 (38.67% from 255 or 25.39% from 386); Blue value is 100 (39.45% from 255 or 25.91% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6264 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6264 is #439D9B. Grayscale: #7D7D7D. Windows color (decimal): -4431260 or 6578876. OLE color: 6578876.

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

Color convert

RGB 188 98 100 -
CMYK 0 0.48 0.47 0.26
HSL 358.67º 0.4% 0.56% -
HSV(B) 358.67º 0.48% 0.74% -
XYZ 27.41 20.35 14.54 -
YUV 125.14 113.82 172.84 -
System Red Green Blue C M Y K H S L
Decimal 188 98 100 0 0.48 0.47 0.26 358.67 0.4 0.56
Hex BC 62 64 0 30 2F 1A 167 28 38
Octal 274 142 144 0 60 57 32 547 50 70
Binary 10111100 1100010 1100100 0 110000 101111 11010 101100111 101000 111000

Color Harmonies of #BC6264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6264

Black with #BC6264

Text Example


Text Example

White with #BC6264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6264; }

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

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

background-color css

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

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

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

border-color css

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

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

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