Html Css Color HEX #B6748D Tapestry

📋 copy color: '#B6748D'

red 182 ◦ green 116 ◦ blue 141

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

Shades of Tapestry #B6748D

Tints of Tapestry #B6748D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.42%

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

R = 41.46%
G = 26.42%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B6748D (or 0xB6748D) is known color: Tapestry. HEX triplet: B6, 74 and 8D. RGB value is (182,116,141). Sum of RGB (Red+Green+Blue) = 182+116+141=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 116 (45.70% from 255 or 26.42% from 439); Blue value is 141 (55.47% from 255 or 32.12% from 439); Max value from RGB is 182 - color contains mainly: red. Hex color #B6748D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6748D is #498B72. Grayscale: #8A8A8A. Windows color (decimal): -4819827 or 9270454. OLE color: 9270454.

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

Color convert

RGB 182 116 141 -
CMYK 0 0.36 0.23 0.29
HSL 337.27º 0.31% 0.58% -
HSV(B) 337.27º 0.36% 0.71% -
XYZ 30.34 24.36 28.3 -
YUV 138.58 129.37 158.97 -
System Red Green Blue C M Y K H S L
Decimal 182 116 141 0 0.36 0.23 0.29 337.27 0.31 0.58
Hex B6 74 8D 0 24 17 1D 151 1F 3A
Octal 266 164 215 0 44 27 35 521 37 72
Binary 10110110 1110100 10001101 0 100100 10111 11101 101010001 11111 111010

Color Harmonies of #B6748D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6748D

Black with #B6748D

Text Example


Text Example

White with #B6748D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6748D; }

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

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

background-color css

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

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

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

border-color css

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

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

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