Html Css Color HEX #B46B8C Tapestry

📋 copy color: '#B46B8C'

red 180 ◦ green 107 ◦ blue 140

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

Shades of Tapestry #B46B8C

Tints of Tapestry #B46B8C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.06%

 BLUE value IS 140 (55.08% from 255) = 32.79%

R = 42.15%
G = 25.06%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B46B8C (or 0xB46B8C) is known color: Tapestry. HEX triplet: B4, 6B and 8C. RGB value is (180,107,140). Sum of RGB (Red+Green+Blue) = 180+107+140=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 107 (42.19% from 255 or 25.06% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 180 - color contains mainly: red. Hex color #B46B8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46B8C is #4B9473. Grayscale: #848484. Windows color (decimal): -4953204 or 9202612. OLE color: 9202612.

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

Color convert

RGB 180 107 140 -
CMYK 0 0.41 0.22 0.29
HSL 332.88º 0.33% 0.56% -
HSV(B) 332.88º 0.41% 0.71% -
XYZ 28.81 22.11 27.56 -
YUV 132.59 132.18 161.82 -
System Red Green Blue C M Y K H S L
Decimal 180 107 140 0 0.41 0.22 0.29 332.88 0.33 0.56
Hex B4 6B 8C 0 29 16 1D 14D 21 38
Octal 264 153 214 0 51 26 35 515 41 70
Binary 10110100 1101011 10001100 0 101001 10110 11101 101001101 100001 111000

Color Harmonies of #B46B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46B8C

Black with #B46B8C

Text Example


Text Example

White with #B46B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46B8C; }

 p { color: rgb(180,107,140); }

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

background-color css

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

 a { background-color: rgb(180,107,140); }

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

border-color css

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

 span { border-color: rgb(180,107,140); }

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