Html Css Color HEX #B46587 Tapestry

📋 copy color: '#B46587'

red 180 ◦ green 101 ◦ blue 135

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

Shades of Tapestry #B46587

Tints of Tapestry #B46587

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.28%

 BLUE value IS 135 (53.13% from 255) = 32.45%

R = 43.27%
G = 24.28%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B46587 (or 0xB46587) is known color: Tapestry. HEX triplet: B4, 65 and 87. RGB value is (180,101,135). Sum of RGB (Red+Green+Blue) = 180+101+135=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 135 (53.12% from 255 or 32.45% from 416); Max value from RGB is 180 - color contains mainly: red. Hex color #B46587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46587 is #4B9A78. Grayscale: #808080. Windows color (decimal): -4954745 or 8873396. OLE color: 8873396.

HSL color Cylindrical-coordinate representation of color #B46587: hue angle of 334.18º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B46587 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 101 135 -
CMYK 0 0.44 0.25 0.29
HSL 334.18º 0.34% 0.55% -
HSV(B) 334.18º 0.44% 0.71% -
XYZ 27.85 20.76 25.46 -
YUV 128.5 131.67 164.74 -
System Red Green Blue C M Y K H S L
Decimal 180 101 135 0 0.44 0.25 0.29 334.18 0.34 0.55
Hex B4 65 87 0 2C 19 1D 14E 22 37
Octal 264 145 207 0 54 31 35 516 42 67
Binary 10110100 1100101 10000111 0 101100 11001 11101 101001110 100010 110111

Color Harmonies of #B46587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46587

Black with #B46587

Text Example


Text Example

White with #B46587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46587; }

 p { color: rgb(180,101,135); }

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

background-color css

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

 a { background-color: rgb(180,101,135); }

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

border-color css

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

 span { border-color: rgb(180,101,135); }

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