Html Css Color HEX #B07C8C Tapestry

📋 copy color: '#B07C8C'

red 176 ◦ green 124 ◦ blue 140

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

Shades of Tapestry #B07C8C

Tints of Tapestry #B07C8C

RGB

 RED value IS 176 (69.14% from 255) = 40%

 GREEN value IS 124 (48.83% from 255) = 28.18%

 BLUE value IS 140 (55.08% from 255) = 31.82%

R = 40%
G = 28.18%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B07C8C (or 0xB07C8C) is known color: Tapestry. HEX triplet: B0, 7C and 8C. RGB value is (176,124,140). Sum of RGB (Red+Green+Blue) = 176+124+140=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 124 (48.83% from 255 or 28.18% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07C8C is #4F8373. Grayscale: #8D8D8D. Windows color (decimal): -5210996 or 9206960. OLE color: 9206960.

HSL color Cylindrical-coordinate representation of color #B07C8C: hue angle of 341.54º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B07C8C is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 124 140 -
CMYK 0 0.30 0.20 0.31
HSL 341.54º 0.25% 0.59% -
HSV(B) 341.54º 0.3% 0.69% -
XYZ 29.85 25.54 28.17 -
YUV 141.37 127.23 152.7 -
System Red Green Blue C M Y K H S L
Decimal 176 124 140 0 0.30 0.20 0.31 341.54 0.25 0.59
Hex B0 7C 8C 0 1E 14 1F 156 19 3B
Octal 260 174 214 0 36 24 37 526 31 73
Binary 10110000 1111100 10001100 0 11110 10100 11111 101010110 11001 111011

Color Harmonies of #B07C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07C8C

Black with #B07C8C

Text Example


Text Example

White with #B07C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07C8C; }

 p { color: rgb(176,124,140); }

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

background-color css

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

 a { background-color: rgb(176,124,140); }

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

border-color css

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

 span { border-color: rgb(176,124,140); }

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