Html Css Color HEX #B6758D Tapestry

📋 copy color: '#B6758D'

red 182 ◦ green 117 ◦ blue 141

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

Shades of Tapestry #B6758D

Tints of Tapestry #B6758D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.05%

R = 41.36%
G = 26.59%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B6758D (or 0xB6758D) is known color: Tapestry. HEX triplet: B6, 75 and 8D. RGB value is (182,117,141). Sum of RGB (Red+Green+Blue) = 182+117+141=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 182 - color contains mainly: red. Hex color #B6758D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6758D is #498A72. Grayscale: #8B8B8B. Windows color (decimal): -4819571 or 9270710. OLE color: 9270710.

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

Color convert

RGB 182 117 141 -
CMYK 0 0.36 0.23 0.29
HSL 337.85º 0.31% 0.59% -
HSV(B) 337.85º 0.36% 0.71% -
XYZ 30.46 24.59 28.34 -
YUV 139.17 129.03 158.55 -
System Red Green Blue C M Y K H S L
Decimal 182 117 141 0 0.36 0.23 0.29 337.85 0.31 0.59
Hex B6 75 8D 0 24 17 1D 152 1F 3B
Octal 266 165 215 0 44 27 35 522 37 73
Binary 10110110 1110101 10001101 0 100100 10111 11101 101010010 11111 111011

Color Harmonies of #B6758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6758D

Black with #B6758D

Text Example


Text Example

White with #B6758D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6758D; }

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

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

background-color css

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

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

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

border-color css

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

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

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