Html Css Color HEX #B6738D Tapestry

📋 copy color: '#B6738D'

red 182 ◦ green 115 ◦ blue 141

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

Shades of Tapestry #B6738D

Tints of Tapestry #B6738D

RGB

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

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

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

R = 41.55%
G = 26.26%
B = 32.19%

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

#B6738D (or 0xB6738D) is known color: Tapestry. HEX triplet: B6, 73 and 8D. RGB value is (182,115,141). Sum of RGB (Red+Green+Blue) = 182+115+141=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 115 (45.31% from 255 or 26.26% from 438); Blue value is 141 (55.47% from 255 or 32.19% from 438); Max value from RGB is 182 - color contains mainly: red. Hex color #B6738D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6738D is #498C72. Grayscale: #898989. Windows color (decimal): -4820083 or 9270198. OLE color: 9270198.

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

Color convert

RGB 182 115 141 -
CMYK 0 0.37 0.23 0.29
HSL 336.72º 0.31% 0.58% -
HSV(B) 336.72º 0.37% 0.71% -
XYZ 30.23 24.13 28.26 -
YUV 138 129.7 159.39 -
System Red Green Blue C M Y K H S L
Decimal 182 115 141 0 0.37 0.23 0.29 336.72 0.31 0.58
Hex B6 73 8D 0 25 17 1D 151 1F 3A
Octal 266 163 215 0 45 27 35 521 37 72
Binary 10110110 1110011 10001101 0 100101 10111 11101 101010001 11111 111010

Color Harmonies of #B6738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6738D

Black with #B6738D

Text Example


Text Example

White with #B6738D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6738D; }

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

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

background-color css

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

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

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

border-color css

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

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

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