Html Css Color HEX #B6737D Tapestry

📋 copy color: '#B6737D'

red 182 ◦ green 115 ◦ blue 125

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

Shades of Tapestry #B6737D

Tints of Tapestry #B6737D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.62%

R = 43.13%
G = 27.25%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B6737D (or 0xB6737D) is known color: Tapestry. HEX triplet: B6, 73 and 7D. RGB value is (182,115,125). Sum of RGB (Red+Green+Blue) = 182+115+125=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 182 - color contains mainly: red. Hex color #B6737D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6737D is #498C82. Grayscale: #888888. Windows color (decimal): -4820099 or 8221622. OLE color: 8221622.

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

Color convert

RGB 182 115 125 -
CMYK 0 0.37 0.31 0.29
HSL 351.04º 0.31% 0.58% -
HSV(B) 351.04º 0.37% 0.71% -
XYZ 29.12 23.69 22.44 -
YUV 136.17 121.7 160.69 -
System Red Green Blue C M Y K H S L
Decimal 182 115 125 0 0.37 0.31 0.29 351.04 0.31 0.58
Hex B6 73 7D 0 25 1F 1D 15F 1F 3A
Octal 266 163 175 0 45 37 35 537 37 72
Binary 10110110 1110011 1111101 0 100101 11111 11101 101011111 11111 111010

Color Harmonies of #B6737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6737D

Black with #B6737D

Text Example


Text Example

White with #B6737D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6737D; }

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

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

background-color css

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

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

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

border-color css

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

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

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