Html Css Color HEX #B46F8D Tapestry

📋 copy color: '#B46F8D'

red 180 ◦ green 111 ◦ blue 141

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

Shades of Tapestry #B46F8D

Tints of Tapestry #B46F8D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.69%

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

R = 41.67%
G = 25.69%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B46F8D (or 0xB46F8D) is known color: Tapestry. HEX triplet: B4, 6F and 8D. RGB value is (180,111,141). Sum of RGB (Red+Green+Blue) = 180+111+141=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B46F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46F8D is #4B9072. Grayscale: #878787. Windows color (decimal): -4952179 or 9269172. OLE color: 9269172.

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

Color convert

RGB 180 111 141 -
CMYK 0 0.38 0.22 0.29
HSL 333.91º 0.32% 0.57% -
HSV(B) 333.91º 0.38% 0.71% -
XYZ 29.31 23 28.09 -
YUV 135.05 131.36 160.06 -
System Red Green Blue C M Y K H S L
Decimal 180 111 141 0 0.38 0.22 0.29 333.91 0.32 0.57
Hex B4 6F 8D 0 26 16 1D 14E 20 39
Octal 264 157 215 0 46 26 35 516 40 71
Binary 10110100 1101111 10001101 0 100110 10110 11101 101001110 100000 111001

Color Harmonies of #B46F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46F8D

Black with #B46F8D

Text Example


Text Example

White with #B46F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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