Html Css Color HEX #B6738C Tapestry

📋 copy color: '#B6738C'

red 182 ◦ green 115 ◦ blue 140

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

Shades of Tapestry #B6738C

Tints of Tapestry #B6738C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.32%

 BLUE value IS 140 (55.08% from 255) = 32.04%

R = 41.65%
G = 26.32%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B6738C (or 0xB6738C) is known color: Tapestry. HEX triplet: B6, 73 and 8C. RGB value is (182,115,140). Sum of RGB (Red+Green+Blue) = 182+115+140=437 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.65% from 437); Green value is 115 (45.31% from 255 or 26.32% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 182 - color contains mainly: red. Hex color #B6738C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6738C is #498C73. Grayscale: #898989. Windows color (decimal): -4820084 or 9204662. OLE color: 9204662.

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

Color convert

RGB 182 115 140 -
CMYK 0 0.37 0.23 0.29
HSL 337.61º 0.31% 0.58% -
HSV(B) 337.61º 0.37% 0.71% -
XYZ 30.16 24.1 27.87 -
YUV 137.88 129.2 159.47 -
System Red Green Blue C M Y K H S L
Decimal 182 115 140 0 0.37 0.23 0.29 337.61 0.31 0.58
Hex B6 73 8C 0 25 17 1D 152 1F 3A
Octal 266 163 214 0 45 27 35 522 37 72
Binary 10110110 1110011 10001100 0 100101 10111 11101 101010010 11111 111010

Color Harmonies of #B6738C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6738C

Black with #B6738C

Text Example


Text Example

White with #B6738C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6738C; }

 p { color: rgb(182,115,140); }

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

background-color css

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

 a { background-color: rgb(182,115,140); }

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

border-color css

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

 span { border-color: rgb(182,115,140); }

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