Html Css Color HEX #B67186 Tapestry

📋 copy color: '#B67186'

red 182 ◦ green 113 ◦ blue 134

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

Shades of Tapestry #B67186

Tints of Tapestry #B67186

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.34%

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

R = 42.42%
G = 26.34%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B67186 (or 0xB67186) is known color: Tapestry. HEX triplet: B6, 71 and 86. RGB value is (182,113,134). Sum of RGB (Red+Green+Blue) = 182+113+134=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 182 - color contains mainly: red. Hex color #B67186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67186 is #498E79. Grayscale: #888888. Windows color (decimal): -4820602 or 8810934. OLE color: 8810934.

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

Color convert

RGB 182 113 134 -
CMYK 0 0.38 0.26 0.29
HSL 341.74º 0.32% 0.58% -
HSV(B) 341.74º 0.38% 0.71% -
XYZ 29.5 23.48 25.53 -
YUV 136.03 126.86 160.79 -
System Red Green Blue C M Y K H S L
Decimal 182 113 134 0 0.38 0.26 0.29 341.74 0.32 0.58
Hex B6 71 86 0 26 1A 1D 156 20 3A
Octal 266 161 206 0 46 32 35 526 40 72
Binary 10110110 1110001 10000110 0 100110 11010 11101 101010110 100000 111010

Color Harmonies of #B67186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67186

Black with #B67186

Text Example


Text Example

White with #B67186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67186; }

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

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

background-color css

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

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

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

border-color css

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

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

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