Html Css Color HEX #B46D8F Tapestry

📋 copy color: '#B46D8F'

red 180 ◦ green 109 ◦ blue 143

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

Shades of Tapestry #B46D8F

Tints of Tapestry #B46D8F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.23%

 BLUE value IS 143 (56.25% from 255) = 33.1%

R = 41.67%
G = 25.23%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B46D8F (or 0xB46D8F) is known color: Tapestry. HEX triplet: B4, 6D and 8F. RGB value is (180,109,143). Sum of RGB (Red+Green+Blue) = 180+109+143=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 143 (56.25% from 255 or 33.10% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46D8F is #4B9270. Grayscale: #868686. Windows color (decimal): -4952689 or 9399732. OLE color: 9399732.

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

Color convert

RGB 180 109 143 -
CMYK 0 0.39 0.21 0.29
HSL 331.27º 0.32% 0.57% -
HSV(B) 331.27º 0.39% 0.71% -
XYZ 29.25 22.62 28.81 -
YUV 134.11 133.02 160.74 -
System Red Green Blue C M Y K H S L
Decimal 180 109 143 0 0.39 0.21 0.29 331.27 0.32 0.57
Hex B4 6D 8F 0 27 15 1D 14B 20 39
Octal 264 155 217 0 47 25 35 513 40 71
Binary 10110100 1101101 10001111 0 100111 10101 11101 101001011 100000 111001

Color Harmonies of #B46D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46D8F

Black with #B46D8F

Text Example


Text Example

White with #B46D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46D8F; }

 p { color: rgb(180,109,143); }

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

background-color css

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

 a { background-color: rgb(180,109,143); }

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

border-color css

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

 span { border-color: rgb(180,109,143); }

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