Html Css Color HEX #BC6975 Tapestry

📋 copy color: '#BC6975'

red 188 ◦ green 105 ◦ blue 117

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

Shades of Tapestry #BC6975

Tints of Tapestry #BC6975

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.61%

 BLUE value IS 117 (46.09% from 255) = 28.54%

R = 45.85%
G = 25.61%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC6975 (or 0xBC6975) is known color: Tapestry. HEX triplet: BC, 69 and 75. RGB value is (188,105,117). Sum of RGB (Red+Green+Blue) = 188+105+117=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6975 is #43968A. Grayscale: #838383. Windows color (decimal): -4429451 or 7694780. OLE color: 7694780.

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

Color convert

RGB 188 105 117 -
CMYK 0 0.44 0.38 0.26
HSL 351.33º 0.38% 0.57% -
HSV(B) 351.33º 0.44% 0.74% -
XYZ 29 22.08 19.56 -
YUV 131.19 120 168.52 -
System Red Green Blue C M Y K H S L
Decimal 188 105 117 0 0.44 0.38 0.26 351.33 0.38 0.57
Hex BC 69 75 0 2C 26 1A 15F 26 39
Octal 274 151 165 0 54 46 32 537 46 71
Binary 10111100 1101001 1110101 0 101100 100110 11010 101011111 100110 111001

Color Harmonies of #BC6975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6975

Black with #BC6975

Text Example


Text Example

White with #BC6975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6975; }

 p { color: rgb(188,105,117); }

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

background-color css

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

 a { background-color: rgb(188,105,117); }

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

border-color css

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

 span { border-color: rgb(188,105,117); }

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