Html Css Color HEX #B6838A Tapestry

📋 copy color: '#B6838A'

red 182 ◦ green 131 ◦ blue 138

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

Shades of Tapestry #B6838A

Tints of Tapestry #B6838A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.6%

R = 40.35%
G = 29.05%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B6838A (or 0xB6838A) is known color: Tapestry. HEX triplet: B6, 83 and 8A. RGB value is (182,131,138). Sum of RGB (Red+Green+Blue) = 182+131+138=451 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.35% from 451); Green value is 131 (51.56% from 255 or 29.05% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 182 - color contains mainly: red. Hex color #B6838A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6838A is #497C75. Grayscale: #939393. Windows color (decimal): -4815990 or 9077686. OLE color: 9077686.

HSL color Cylindrical-coordinate representation of color #B6838A: hue angle of 351.76º 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 #B6838A is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 131 138 -
CMYK 0 0.28 0.24 0.29
HSL 351.76º 0.26% 0.61% -
HSV(B) 351.76º 0.28% 0.71% -
XYZ 32 28.01 27.77 -
YUV 147.05 122.9 152.93 -
System Red Green Blue C M Y K H S L
Decimal 182 131 138 0 0.28 0.24 0.29 351.76 0.26 0.61
Hex B6 83 8A 0 1C 18 1D 160 1A 3D
Octal 266 203 212 0 34 30 35 540 32 75
Binary 10110110 10000011 10001010 0 11100 11000 11101 101100000 11010 111101

Color Harmonies of #B6838A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6838A

Black with #B6838A

Text Example


Text Example

White with #B6838A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6838A; }

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

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

background-color css

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

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

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

border-color css

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

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

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