Html Css Color HEX #B46E8D Tapestry

📋 copy color: '#B46E8D'

red 180 ◦ green 110 ◦ blue 141

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

Shades of Tapestry #B46E8D

Tints of Tapestry #B46E8D

RGB

 RED value IS 180 (70.7% from 255) = 41.76%

 GREEN value IS 110 (43.36% from 255) = 25.52%

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

R = 41.76%
G = 25.52%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B46E8D (or 0xB46E8D) is known color: Tapestry. HEX triplet: B4, 6E and 8D. RGB value is (180,110,141). Sum of RGB (Red+Green+Blue) = 180+110+141=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B46E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46E8D is #4B9172. Grayscale: #868686. Windows color (decimal): -4952435 or 9268916. OLE color: 9268916.

HSL color Cylindrical-coordinate representation of color #B46E8D: hue angle of 333.43º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B46E8D is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 110 141 -
CMYK 0 0.39 0.22 0.29
HSL 333.43º 0.32% 0.57% -
HSV(B) 333.43º 0.39% 0.71% -
XYZ 29.21 22.78 28.06 -
YUV 134.46 131.69 160.48 -
System Red Green Blue C M Y K H S L
Decimal 180 110 141 0 0.39 0.22 0.29 333.43 0.32 0.57
Hex B4 6E 8D 0 27 16 1D 14D 20 39
Octal 264 156 215 0 47 26 35 515 40 71
Binary 10110100 1101110 10001101 0 100111 10110 11101 101001101 100000 111001

Color Harmonies of #B46E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46E8D

Black with #B46E8D

Text Example


Text Example

White with #B46E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46E8D; }

 p { color: rgb(180,110,141); }

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

background-color css

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

 a { background-color: rgb(180,110,141); }

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

border-color css

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

 span { border-color: rgb(180,110,141); }

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