Html Css Color HEX #B46D85 Tapestry

📋 copy color: '#B46D85'

red 180 ◦ green 109 ◦ blue 133

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

Shades of Tapestry #B46D85

Tints of Tapestry #B46D85

RGB

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

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

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

R = 42.65%
G = 25.83%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B46D85 (or 0xB46D85) is known color: Tapestry. HEX triplet: B4, 6D and 85. RGB value is (180,109,133). Sum of RGB (Red+Green+Blue) = 180+109+133=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 109 (42.97% from 255 or 25.83% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46D85 is #4B927A. Grayscale: #848484. Windows color (decimal): -4952699 or 8744372. OLE color: 8744372.

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

Color convert

RGB 180 109 133 -
CMYK 0 0.39 0.26 0.29
HSL 339.72º 0.32% 0.57% -
HSV(B) 339.72º 0.39% 0.71% -
XYZ 28.52 22.33 25 -
YUV 132.97 128.02 161.55 -
System Red Green Blue C M Y K H S L
Decimal 180 109 133 0 0.39 0.26 0.29 339.72 0.32 0.57
Hex B4 6D 85 0 27 1A 1D 154 20 39
Octal 264 155 205 0 47 32 35 524 40 71
Binary 10110100 1101101 10000101 0 100111 11010 11101 101010100 100000 111001

Color Harmonies of #B46D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46D85

Black with #B46D85

Text Example


Text Example

White with #B46D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46D85; }

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

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

background-color css

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

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

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

border-color css

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

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

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