Html Css Color HEX #B6838E Tapestry

📋 copy color: '#B6838E'

red 182 ◦ green 131 ◦ blue 142

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

Shades of Tapestry #B6838E

Tints of Tapestry #B6838E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.79%

 BLUE value IS 142 (55.86% from 255) = 31.21%

R = 40%
G = 28.79%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B6838E (or 0xB6838E) is known color: Tapestry. HEX triplet: B6, 83 and 8E. RGB value is (182,131,142). Sum of RGB (Red+Green+Blue) = 182+131+142=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 182 - color contains mainly: red. Hex color #B6838E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6838E is #497C71. Grayscale: #939393. Windows color (decimal): -4815986 or 9339830. OLE color: 9339830.

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

Color convert

RGB 182 131 142 -
CMYK 0 0.28 0.22 0.29
HSL 347.06º 0.26% 0.61% -
HSV(B) 347.06º 0.28% 0.71% -
XYZ 32.29 28.13 29.32 -
YUV 147.5 124.9 152.61 -
System Red Green Blue C M Y K H S L
Decimal 182 131 142 0 0.28 0.22 0.29 347.06 0.26 0.61
Hex B6 83 8E 0 1C 16 1D 15B 1A 3D
Octal 266 203 216 0 34 26 35 533 32 75
Binary 10110110 10000011 10001110 0 11100 10110 11101 101011011 11010 111101

Color Harmonies of #B6838E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6838E

Black with #B6838E

Text Example


Text Example

White with #B6838E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6838E; }

 p { color: rgb(182,131,142); }

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

background-color css

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

 a { background-color: rgb(182,131,142); }

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

border-color css

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

 span { border-color: rgb(182,131,142); }

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