Html Css Color HEX #B6758E Tapestry

📋 copy color: '#B6758E'

red 182 ◦ green 117 ◦ blue 142

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

Shades of Tapestry #B6758E

Tints of Tapestry #B6758E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.53%

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

R = 41.27%
G = 26.53%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B6758E (or 0xB6758E) is known color: Tapestry. HEX triplet: B6, 75 and 8E. RGB value is (182,117,142). Sum of RGB (Red+Green+Blue) = 182+117+142=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 142 (55.86% from 255 or 32.20% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B6758E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6758E is #498A71. Grayscale: #8B8B8B. Windows color (decimal): -4819570 or 9336246. OLE color: 9336246.

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

Color convert

RGB 182 117 142 -
CMYK 0 0.36 0.22 0.29
HSL 336.92º 0.31% 0.59% -
HSV(B) 336.92º 0.36% 0.71% -
XYZ 30.54 24.62 28.73 -
YUV 139.29 129.53 158.47 -
System Red Green Blue C M Y K H S L
Decimal 182 117 142 0 0.36 0.22 0.29 336.92 0.31 0.59
Hex B6 75 8E 0 24 16 1D 151 1F 3B
Octal 266 165 216 0 44 26 35 521 37 73
Binary 10110110 1110101 10001110 0 100100 10110 11101 101010001 11111 111011

Color Harmonies of #B6758E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6758E

Black with #B6758E

Text Example


Text Example

White with #B6758E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6758E; }

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

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

background-color css

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

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

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

border-color css

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

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

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