Html Css Color HEX #B6738B Tapestry

📋 copy color: '#B6738B'

red 182 ◦ green 115 ◦ blue 139

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

Shades of Tapestry #B6738B

Tints of Tapestry #B6738B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.88%

R = 41.74%
G = 26.38%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B6738B (or 0xB6738B) is known color: Tapestry. HEX triplet: B6, 73 and 8B. RGB value is (182,115,139). Sum of RGB (Red+Green+Blue) = 182+115+139=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 115 (45.31% from 255 or 26.38% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 182 - color contains mainly: red. Hex color #B6738B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6738B is #498C74. Grayscale: #898989. Windows color (decimal): -4820085 or 9139126. OLE color: 9139126.

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

Color convert

RGB 182 115 139 -
CMYK 0 0.37 0.24 0.29
HSL 338.51º 0.31% 0.58% -
HSV(B) 338.51º 0.37% 0.71% -
XYZ 30.08 24.07 27.49 -
YUV 137.77 128.7 159.55 -
System Red Green Blue C M Y K H S L
Decimal 182 115 139 0 0.37 0.24 0.29 338.51 0.31 0.58
Hex B6 73 8B 0 25 18 1D 153 1F 3A
Octal 266 163 213 0 45 30 35 523 37 72
Binary 10110110 1110011 10001011 0 100101 11000 11101 101010011 11111 111010

Color Harmonies of #B6738B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6738B

Black with #B6738B

Text Example


Text Example

White with #B6738B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6738B; }

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

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

background-color css

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

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

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

border-color css

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

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

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