Html Css Color HEX #BC788B Tapestry

📋 copy color: '#BC788B'

red 188 ◦ green 120 ◦ blue 139

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

Shades of Tapestry #BC788B

Tints of Tapestry #BC788B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.1%

R = 42.06%
G = 26.85%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC788B (or 0xBC788B) is known color: Tapestry. HEX triplet: BC, 78 and 8B. RGB value is (188,120,139). Sum of RGB (Red+Green+Blue) = 188+120+139=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 120 (47.27% from 255 or 26.85% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC788B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC788B is #438774. Grayscale: #8E8E8E. Windows color (decimal): -4425589 or 9140412. OLE color: 9140412.

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

Color convert

RGB 188 120 139 -
CMYK 0 0.36 0.26 0.26
HSL 343.24º 0.34% 0.6% -
HSV(B) 343.24º 0.36% 0.74% -
XYZ 32.12 25.99 27.75 -
YUV 142.5 126.03 160.46 -
System Red Green Blue C M Y K H S L
Decimal 188 120 139 0 0.36 0.26 0.26 343.24 0.34 0.6
Hex BC 78 8B 0 24 1A 1A 157 22 3C
Octal 274 170 213 0 44 32 32 527 42 74
Binary 10111100 1111000 10001011 0 100100 11010 11010 101010111 100010 111100

Color Harmonies of #BC788B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC788B

Black with #BC788B

Text Example


Text Example

White with #BC788B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC788B; }

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

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

background-color css

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

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

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

border-color css

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

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

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