Html Css Color HEX #BC667C Tapestry

📋 copy color: '#BC667C'

red 188 ◦ green 102 ◦ blue 124

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

Shades of Tapestry #BC667C

Tints of Tapestry #BC667C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.95%

R = 45.41%
G = 24.64%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC667C (or 0xBC667C) is known color: Tapestry. HEX triplet: BC, 66 and 7C. RGB value is (188,102,124). Sum of RGB (Red+Green+Blue) = 188+102+124=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC667C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC667C is #439983. Grayscale: #828282. Windows color (decimal): -4430212 or 8152764. OLE color: 8152764.

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

Color convert

RGB 188 102 124 -
CMYK 0 0.46 0.34 0.26
HSL 344.65º 0.39% 0.57% -
HSV(B) 344.65º 0.46% 0.74% -
XYZ 29.13 21.65 21.71 -
YUV 130.22 124.49 169.21 -
System Red Green Blue C M Y K H S L
Decimal 188 102 124 0 0.46 0.34 0.26 344.65 0.39 0.57
Hex BC 66 7C 0 2E 22 1A 159 27 39
Octal 274 146 174 0 56 42 32 531 47 71
Binary 10111100 1100110 1111100 0 101110 100010 11010 101011001 100111 111001

Color Harmonies of #BC667C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC667C

Black with #BC667C

Text Example


Text Example

White with #BC667C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC667C; }

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

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

background-color css

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

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

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

border-color css

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

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

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