Html Css Color HEX #BC6375 Tapestry

📋 copy color: '#BC6375'

red 188 ◦ green 99 ◦ blue 117

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

Shades of Tapestry #BC6375

Tints of Tapestry #BC6375

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.5%

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

R = 46.53%
G = 24.5%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC6375 (or 0xBC6375) is known color: Tapestry. HEX triplet: BC, 63 and 75. RGB value is (188,99,117). Sum of RGB (Red+Green+Blue) = 188+99+117=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6375 is #439C8A. Grayscale: #7F7F7F. Windows color (decimal): -4430987 or 7693244. OLE color: 7693244.

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

Color convert

RGB 188 99 117 -
CMYK 0 0.47 0.38 0.26
HSL 347.87º 0.4% 0.56% -
HSV(B) 347.87º 0.47% 0.74% -
XYZ 28.41 20.9 19.37 -
YUV 127.66 121.99 171.04 -
System Red Green Blue C M Y K H S L
Decimal 188 99 117 0 0.47 0.38 0.26 347.87 0.4 0.56
Hex BC 63 75 0 2F 26 1A 15C 28 38
Octal 274 143 165 0 57 46 32 534 50 70
Binary 10111100 1100011 1110101 0 101111 100110 11010 101011100 101000 111000

Color Harmonies of #BC6375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6375

Black with #BC6375

Text Example


Text Example

White with #BC6375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6375; }

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

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

background-color css

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

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

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

border-color css

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

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

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