Html Css Color HEX #B68586 Tapestry

📋 copy color: '#B68586'

red 182 ◦ green 133 ◦ blue 134

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

Shades of Tapestry #B68586

Tints of Tapestry #B68586

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.62%

 BLUE value IS 134 (52.73% from 255) = 29.84%

R = 40.53%
G = 29.62%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B68586 (or 0xB68586) is known color: Tapestry. HEX triplet: B6, 85 and 86. RGB value is (182,133,134). Sum of RGB (Red+Green+Blue) = 182+133+134=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 134 (52.73% from 255 or 29.84% from 449); Max value from RGB is 182 - color contains mainly: red. Hex color #B68586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68586 is #497A79. Grayscale: #939393. Windows color (decimal): -4815482 or 8816054. OLE color: 8816054.

HSL color Cylindrical-coordinate representation of color #B68586: hue angle of 358.78º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B68586 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 133 134 -
CMYK 0 0.27 0.26 0.29
HSL 358.78º 0.25% 0.62% -
HSV(B) 358.78º 0.27% 0.71% -
XYZ 31.98 28.44 26.36 -
YUV 147.77 120.23 152.42 -
System Red Green Blue C M Y K H S L
Decimal 182 133 134 0 0.27 0.26 0.29 358.78 0.25 0.62
Hex B6 85 86 0 1B 1A 1D 167 19 3E
Octal 266 205 206 0 33 32 35 547 31 76
Binary 10110110 10000101 10000110 0 11011 11010 11101 101100111 11001 111110

Color Harmonies of #B68586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68586

Black with #B68586

Text Example


Text Example

White with #B68586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68586; }

 p { color: rgb(182,133,134); }

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

background-color css

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

 a { background-color: rgb(182,133,134); }

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

border-color css

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

 span { border-color: rgb(182,133,134); }

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