Html Css Color HEX #BC677D Tapestry

📋 copy color: '#BC677D'

red 188 ◦ green 103 ◦ blue 125

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

Shades of Tapestry #BC677D

Tints of Tapestry #BC677D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.76%

 BLUE value IS 125 (49.22% from 255) = 30.05%

R = 45.19%
G = 24.76%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC677D (or 0xBC677D) is known color: Tapestry. HEX triplet: BC, 67 and 7D. RGB value is (188,103,125). Sum of RGB (Red+Green+Blue) = 188+103+125=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 103 (40.62% from 255 or 24.76% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC677D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC677D is #439882. Grayscale: #828282. Windows color (decimal): -4429955 or 8218556. OLE color: 8218556.

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

Color convert

RGB 188 103 125 -
CMYK 0 0.45 0.34 0.26
HSL 344.47º 0.39% 0.57% -
HSV(B) 344.47º 0.45% 0.74% -
XYZ 29.29 21.87 22.08 -
YUV 130.92 124.66 168.71 -
System Red Green Blue C M Y K H S L
Decimal 188 103 125 0 0.45 0.34 0.26 344.47 0.39 0.57
Hex BC 67 7D 0 2D 22 1A 158 27 39
Octal 274 147 175 0 55 42 32 530 47 71
Binary 10111100 1100111 1111101 0 101101 100010 11010 101011000 100111 111001

Color Harmonies of #BC677D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC677D

Black with #BC677D

Text Example


Text Example

White with #BC677D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC677D; }

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

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

background-color css

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

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

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

border-color css

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

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

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