Html Css Color HEX #B67786 Tapestry

📋 copy color: '#B67786'

red 182 ◦ green 119 ◦ blue 134

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

Shades of Tapestry #B67786

Tints of Tapestry #B67786

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.36%

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

R = 41.84%
G = 27.36%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B67786 (or 0xB67786) is known color: Tapestry. HEX triplet: B6, 77 and 86. RGB value is (182,119,134). Sum of RGB (Red+Green+Blue) = 182+119+134=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 134 (52.73% from 255 or 30.80% from 435); Max value from RGB is 182 - color contains mainly: red. Hex color #B67786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67786 is #498879. Grayscale: #8B8B8B. Windows color (decimal): -4819066 or 8812470. OLE color: 8812470.

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

Color convert

RGB 182 119 134 -
CMYK 0 0.35 0.26 0.29
HSL 345.71º 0.3% 0.59% -
HSV(B) 345.71º 0.35% 0.71% -
XYZ 30.19 24.86 25.76 -
YUV 139.55 124.87 158.28 -
System Red Green Blue C M Y K H S L
Decimal 182 119 134 0 0.35 0.26 0.29 345.71 0.3 0.59
Hex B6 77 86 0 23 1A 1D 15A 1E 3B
Octal 266 167 206 0 43 32 35 532 36 73
Binary 10110110 1110111 10000110 0 100011 11010 11101 101011010 11110 111011

Color Harmonies of #B67786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67786

Black with #B67786

Text Example


Text Example

White with #B67786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67786; }

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

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

background-color css

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

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

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

border-color css

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

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

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