Html Css Color HEX #B6787F Tapestry

📋 copy color: '#B6787F'

red 182 ◦ green 120 ◦ blue 127

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

Shades of Tapestry #B6787F

Tints of Tapestry #B6787F

RGB

 RED value IS 182 (71.48% from 255) = 42.42%

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

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

R = 42.42%
G = 27.97%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B6787F (or 0xB6787F) is known color: Tapestry. HEX triplet: B6, 78 and 7F. RGB value is (182,120,127). Sum of RGB (Red+Green+Blue) = 182+120+127=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 120 (47.27% from 255 or 27.97% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 182 - color contains mainly: red. Hex color #B6787F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6787F is #498780. Grayscale: #8B8B8B. Windows color (decimal): -4818817 or 8353974. OLE color: 8353974.

HSL color Cylindrical-coordinate representation of color #B6787F: hue angle of 353.23º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B6787F is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 120 127 -
CMYK 0 0.34 0.30 0.29
HSL 353.23º 0.3% 0.59% -
HSV(B) 353.23º 0.34% 0.71% -
XYZ 29.84 24.91 23.31 -
YUV 139.34 121.04 158.43 -
System Red Green Blue C M Y K H S L
Decimal 182 120 127 0 0.34 0.30 0.29 353.23 0.3 0.59
Hex B6 78 7F 0 22 1E 1D 161 1E 3B
Octal 266 170 177 0 42 36 35 541 36 73
Binary 10110110 1111000 1111111 0 100010 11110 11101 101100001 11110 111011

Color Harmonies of #B6787F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6787F

Black with #B6787F

Text Example


Text Example

White with #B6787F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6787F; }

 p { color: rgb(182,120,127); }

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

background-color css

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

 a { background-color: rgb(182,120,127); }

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

border-color css

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

 span { border-color: rgb(182,120,127); }

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