Html Css Color HEX #B46585 Tapestry

📋 copy color: '#B46585'

red 180 ◦ green 101 ◦ blue 133

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

Shades of Tapestry #B46585

Tints of Tapestry #B46585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 32.13%

R = 43.48%
G = 24.4%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B46585 (or 0xB46585) is known color: Tapestry. HEX triplet: B4, 65 and 85. RGB value is (180,101,133). Sum of RGB (Red+Green+Blue) = 180+101+133=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 180 - color contains mainly: red. Hex color #B46585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46585 is #4B9A7A. Grayscale: #808080. Windows color (decimal): -4954747 or 8742324. OLE color: 8742324.

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

Color convert

RGB 180 101 133 -
CMYK 0 0.44 0.26 0.29
HSL 335.7º 0.34% 0.55% -
HSV(B) 335.7º 0.44% 0.71% -
XYZ 27.71 20.7 24.73 -
YUV 128.27 130.67 164.9 -
System Red Green Blue C M Y K H S L
Decimal 180 101 133 0 0.44 0.26 0.29 335.7 0.34 0.55
Hex B4 65 85 0 2C 1A 1D 150 22 37
Octal 264 145 205 0 54 32 35 520 42 67
Binary 10110100 1100101 10000101 0 101100 11010 11101 101010000 100010 110111

Color Harmonies of #B46585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46585

Black with #B46585

Text Example


Text Example

White with #B46585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46585; }

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

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

background-color css

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

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

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

border-color css

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

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

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