Html Css Color HEX #B6758A Tapestry

📋 copy color: '#B6758A'

red 182 ◦ green 117 ◦ blue 138

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

Shades of Tapestry #B6758A

Tints of Tapestry #B6758A

RGB

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

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

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

R = 41.65%
G = 26.77%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B6758A (or 0xB6758A) is known color: Tapestry. HEX triplet: B6, 75 and 8A. RGB value is (182,117,138). Sum of RGB (Red+Green+Blue) = 182+117+138=437 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.65% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 182 - color contains mainly: red. Hex color #B6758A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6758A is #498A75. Grayscale: #8A8A8A. Windows color (decimal): -4819574 or 9074102. OLE color: 9074102.

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

Color convert

RGB 182 117 138 -
CMYK 0 0.36 0.24 0.29
HSL 340.62º 0.31% 0.59% -
HSV(B) 340.62º 0.36% 0.71% -
XYZ 30.24 24.5 27.18 -
YUV 138.83 127.53 158.79 -
System Red Green Blue C M Y K H S L
Decimal 182 117 138 0 0.36 0.24 0.29 340.62 0.31 0.59
Hex B6 75 8A 0 24 18 1D 155 1F 3B
Octal 266 165 212 0 44 30 35 525 37 73
Binary 10110110 1110101 10001010 0 100100 11000 11101 101010101 11111 111011

Color Harmonies of #B6758A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6758A

Black with #B6758A

Text Example


Text Example

White with #B6758A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6758A; }

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

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

background-color css

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

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

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

border-color css

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

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

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