Html Css Color HEX #BC7883 Tapestry

📋 copy color: '#BC7883'

red 188 ◦ green 120 ◦ blue 131

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

Shades of Tapestry #BC7883

Tints of Tapestry #BC7883

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.33%

 BLUE value IS 131 (51.56% from 255) = 29.84%

R = 42.82%
G = 27.33%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BC7883 (or 0xBC7883) is known color: Tapestry. HEX triplet: BC, 78 and 83. RGB value is (188,120,131). Sum of RGB (Red+Green+Blue) = 188+120+131=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 120 (47.27% from 255 or 27.33% from 439); Blue value is 131 (51.56% from 255 or 29.84% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7883 is #43877C. Grayscale: #8D8D8D. Windows color (decimal): -4425597 or 8616124. OLE color: 8616124.

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

Color convert

RGB 188 120 131 -
CMYK 0 0.36 0.30 0.26
HSL 350.29º 0.34% 0.6% -
HSV(B) 350.29º 0.36% 0.74% -
XYZ 31.55 25.76 24.78 -
YUV 141.59 122.03 161.11 -
System Red Green Blue C M Y K H S L
Decimal 188 120 131 0 0.36 0.30 0.26 350.29 0.34 0.6
Hex BC 78 83 0 24 1E 1A 15E 22 3C
Octal 274 170 203 0 44 36 32 536 42 74
Binary 10111100 1111000 10000011 0 100100 11110 11010 101011110 100010 111100

Color Harmonies of #BC7883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7883

Black with #BC7883

Text Example


Text Example

White with #BC7883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7883; }

 p { color: rgb(188,120,131); }

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

background-color css

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

 a { background-color: rgb(188,120,131); }

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

border-color css

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

 span { border-color: rgb(188,120,131); }

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