Html Css Color HEX #B46087 Tapestry

📋 copy color: '#B46087'

red 180 ◦ green 96 ◦ blue 135

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

Shades of Tapestry #B46087

Tints of Tapestry #B46087

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.36%

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

R = 43.8%
G = 23.36%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B46087 (or 0xB46087) is known color: Tapestry. HEX triplet: B4, 60 and 87. RGB value is (180,96,135). Sum of RGB (Red+Green+Blue) = 180+96+135=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 96 (37.89% from 255 or 23.36% from 411); Blue value is 135 (53.12% from 255 or 32.85% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B46087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46087 is #4B9F78. Grayscale: #7D7D7D. Windows color (decimal): -4956025 or 8872116. OLE color: 8872116.

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

Color convert

RGB 180 96 135 -
CMYK 0 0.47 0.25 0.29
HSL 332.14º 0.36% 0.54% -
HSV(B) 332.14º 0.47% 0.71% -
XYZ 27.38 19.82 25.3 -
YUV 125.56 133.33 166.83 -
System Red Green Blue C M Y K H S L
Decimal 180 96 135 0 0.47 0.25 0.29 332.14 0.36 0.54
Hex B4 60 87 0 2F 19 1D 14C 24 36
Octal 264 140 207 0 57 31 35 514 44 66
Binary 10110100 1100000 10000111 0 101111 11001 11101 101001100 100100 110110

Color Harmonies of #B46087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46087

Black with #B46087

Text Example


Text Example

White with #B46087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46087; }

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

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

background-color css

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

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

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

border-color css

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

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

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