Html Css Color HEX #B07E8E Tapestry

📋 copy color: '#B07E8E'

red 176 ◦ green 126 ◦ blue 142

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

Shades of Tapestry #B07E8E

Tints of Tapestry #B07E8E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.38%

 BLUE value IS 142 (55.86% from 255) = 31.98%

R = 39.64%
G = 28.38%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B07E8E (or 0xB07E8E) is known color: Tapestry. HEX triplet: B0, 7E and 8E. RGB value is (176,126,142). Sum of RGB (Red+Green+Blue) = 176+126+142=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 142 (55.86% from 255 or 31.98% from 444); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07E8E is #4F8171. Grayscale: #8E8E8E. Windows color (decimal): -5210482 or 9338544. OLE color: 9338544.

HSL color Cylindrical-coordinate representation of color #B07E8E: hue angle of 340.8º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B07E8E is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 126 142 -
CMYK 0 0.28 0.19 0.31
HSL 340.8º 0.24% 0.59% -
HSV(B) 340.8º 0.28% 0.69% -
XYZ 30.25 26.1 29.04 -
YUV 142.77 127.57 151.7 -
System Red Green Blue C M Y K H S L
Decimal 176 126 142 0 0.28 0.19 0.31 340.8 0.24 0.59
Hex B0 7E 8E 0 1C 13 1F 155 18 3B
Octal 260 176 216 0 34 23 37 525 30 73
Binary 10110000 1111110 10001110 0 11100 10011 11111 101010101 11000 111011

Color Harmonies of #B07E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07E8E

Black with #B07E8E

Text Example


Text Example

White with #B07E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07E8E; }

 p { color: rgb(176,126,142); }

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

background-color css

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

 a { background-color: rgb(176,126,142); }

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

border-color css

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

 span { border-color: rgb(176,126,142); }

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