Html Css Color HEX #BC6667 Mandy

📋 copy color: '#BC6667'

red 188 ◦ green 102 ◦ blue 103

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

Shades of Mandy #BC6667

Tints of Mandy #BC6667

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.95%

 BLUE value IS 103 (40.63% from 255) = 26.21%

R = 47.84%
G = 25.95%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC6667 (or 0xBC6667) is known color: Mandy. HEX triplet: BC, 66 and 67. RGB value is (188,102,103). Sum of RGB (Red+Green+Blue) = 188+102+103=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 103 (40.62% from 255 or 26.21% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6667 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6667 is #439998. Grayscale: #7F7F7F. Windows color (decimal): -4430233 or 6776508. OLE color: 6776508.

HSL color Cylindrical-coordinate representation of color #BC6667: hue angle of 359.3º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC6667 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 102 103 -
CMYK 0 0.46 0.45 0.26
HSL 359.3º 0.39% 0.57% -
HSV(B) 359.3º 0.46% 0.74% -
XYZ 27.94 21.17 15.45 -
YUV 127.83 113.99 170.92 -
System Red Green Blue C M Y K H S L
Decimal 188 102 103 0 0.46 0.45 0.26 359.3 0.39 0.57
Hex BC 66 67 0 2E 2D 1A 167 27 39
Octal 274 146 147 0 56 55 32 547 47 71
Binary 10111100 1100110 1100111 0 101110 101101 11010 101100111 100111 111001

Color Harmonies of #BC6667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6667

Black with #BC6667

Text Example


Text Example

White with #BC6667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6667; }

 p { color: rgb(188,102,103); }

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

background-color css

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

 a { background-color: rgb(188,102,103); }

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

border-color css

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

 span { border-color: rgb(188,102,103); }

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