Html Css Color HEX #B46D8A Tapestry

📋 copy color: '#B46D8A'

red 180 ◦ green 109 ◦ blue 138

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

Shades of Tapestry #B46D8A

Tints of Tapestry #B46D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.32%

R = 42.15%
G = 25.53%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B46D8A (or 0xB46D8A) is known color: Tapestry. HEX triplet: B4, 6D and 8A. RGB value is (180,109,138). Sum of RGB (Red+Green+Blue) = 180+109+138=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 109 (42.97% from 255 or 25.53% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46D8A is #4B9275. Grayscale: #858585. Windows color (decimal): -4952694 or 9072052. OLE color: 9072052.

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

Color convert

RGB 180 109 138 -
CMYK 0 0.39 0.23 0.29
HSL 335.49º 0.32% 0.57% -
HSV(B) 335.49º 0.39% 0.71% -
XYZ 28.88 22.48 26.86 -
YUV 133.54 130.52 161.14 -
System Red Green Blue C M Y K H S L
Decimal 180 109 138 0 0.39 0.23 0.29 335.49 0.32 0.57
Hex B4 6D 8A 0 27 17 1D 14F 20 39
Octal 264 155 212 0 47 27 35 517 40 71
Binary 10110100 1101101 10001010 0 100111 10111 11101 101001111 100000 111001

Color Harmonies of #B46D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46D8A

Black with #B46D8A

Text Example


Text Example

White with #B46D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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