Html Css Color HEX #B0687F Tapestry

📋 copy color: '#B0687F'

red 176 ◦ green 104 ◦ blue 127

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

Shades of Tapestry #B0687F

Tints of Tapestry #B0687F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.55%

 BLUE value IS 127 (50% from 255) = 31.2%

R = 43.24%
G = 25.55%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B0687F (or 0xB0687F) is known color: Tapestry. HEX triplet: B0, 68 and 7F. RGB value is (176,104,127). Sum of RGB (Red+Green+Blue) = 176+104+127=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B0687F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0687F is #4F9780. Grayscale: #808080. Windows color (decimal): -5216129 or 8349872. OLE color: 8349872.

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

Color convert

RGB 176 104 127 -
CMYK 0 0.41 0.28 0.31
HSL 340.83º 0.31% 0.55% -
HSV(B) 340.83º 0.41% 0.69% -
XYZ 26.69 20.66 22.66 -
YUV 128.15 127.35 162.13 -
System Red Green Blue C M Y K H S L
Decimal 176 104 127 0 0.41 0.28 0.31 340.83 0.31 0.55
Hex B0 68 7F 0 29 1C 1F 155 1F 37
Octal 260 150 177 0 51 34 37 525 37 67
Binary 10110000 1101000 1111111 0 101001 11100 11111 101010101 11111 110111

Color Harmonies of #B0687F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0687F

Black with #B0687F

Text Example


Text Example

White with #B0687F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0687F; }

 p { color: rgb(176,104,127); }

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

background-color css

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

 a { background-color: rgb(176,104,127); }

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

border-color css

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

 span { border-color: rgb(176,104,127); }

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