Html Css Color HEX #BC667F Tapestry

📋 copy color: '#BC667F'

red 188 ◦ green 102 ◦ blue 127

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

Shades of Tapestry #BC667F

Tints of Tapestry #BC667F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.46%

R = 45.08%
G = 24.46%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC667F (or 0xBC667F) is known color: Tapestry. HEX triplet: BC, 66 and 7F. RGB value is (188,102,127). Sum of RGB (Red+Green+Blue) = 188+102+127=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC667F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC667F is #439980. Grayscale: #828282. Windows color (decimal): -4430209 or 8349372. OLE color: 8349372.

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

Color convert

RGB 188 102 127 -
CMYK 0 0.46 0.32 0.26
HSL 342.56º 0.39% 0.57% -
HSV(B) 342.56º 0.46% 0.74% -
XYZ 29.32 21.73 22.73 -
YUV 130.56 125.99 168.97 -
System Red Green Blue C M Y K H S L
Decimal 188 102 127 0 0.46 0.32 0.26 342.56 0.39 0.57
Hex BC 66 7F 0 2E 20 1A 157 27 39
Octal 274 146 177 0 56 40 32 527 47 71
Binary 10111100 1100110 1111111 0 101110 100000 11010 101010111 100111 111001

Color Harmonies of #BC667F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC667F

Black with #BC667F

Text Example


Text Example

White with #BC667F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC667F; }

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

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

background-color css

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

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

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

border-color css

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

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

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