Html Css Color HEX #B6808A Tapestry

📋 copy color: '#B6808A'

red 182 ◦ green 128 ◦ blue 138

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

Shades of Tapestry #B6808A

Tints of Tapestry #B6808A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.57%

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

R = 40.63%
G = 28.57%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B6808A (or 0xB6808A) is known color: Tapestry. HEX triplet: B6, 80 and 8A. RGB value is (182,128,138). Sum of RGB (Red+Green+Blue) = 182+128+138=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 182 - color contains mainly: red. Hex color #B6808A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6808A is #497F75. Grayscale: #919191. Windows color (decimal): -4816758 or 9076918. OLE color: 9076918.

HSL color Cylindrical-coordinate representation of color #B6808A: hue angle of 348.89º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B6808A is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 128 138 -
CMYK 0 0.30 0.24 0.29
HSL 348.89º 0.27% 0.61% -
HSV(B) 348.89º 0.3% 0.71% -
XYZ 31.6 27.22 27.63 -
YUV 145.29 123.89 154.19 -
System Red Green Blue C M Y K H S L
Decimal 182 128 138 0 0.30 0.24 0.29 348.89 0.27 0.61
Hex B6 80 8A 0 1E 18 1D 15D 1B 3D
Octal 266 200 212 0 36 30 35 535 33 75
Binary 10110110 10000000 10001010 0 11110 11000 11101 101011101 11011 111101

Color Harmonies of #B6808A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6808A

Black with #B6808A

Text Example


Text Example

White with #B6808A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6808A; }

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

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

background-color css

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

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

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

border-color css

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

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

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