Html Css Color HEX #B46577 Tapestry

📋 copy color: '#B46577'

red 180 ◦ green 101 ◦ blue 119

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

Shades of Tapestry #B46577

Tints of Tapestry #B46577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 29.75%

R = 45%
G = 25.25%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B46577 (or 0xB46577) is known color: Tapestry. HEX triplet: B4, 65 and 77. RGB value is (180,101,119). Sum of RGB (Red+Green+Blue) = 180+101+119=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 119 (46.88% from 255 or 29.75% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B46577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46577 is #4B9A88. Grayscale: #7E7E7E. Windows color (decimal): -4954761 or 7824820. OLE color: 7824820.

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

Color convert

RGB 180 101 119 -
CMYK 0 0.44 0.34 0.29
HSL 346.33º 0.34% 0.55% -
HSV(B) 346.33º 0.44% 0.71% -
XYZ 26.81 20.34 19.97 -
YUV 126.67 123.67 166.04 -
System Red Green Blue C M Y K H S L
Decimal 180 101 119 0 0.44 0.34 0.29 346.33 0.34 0.55
Hex B4 65 77 0 2C 22 1D 15A 22 37
Octal 264 145 167 0 54 42 35 532 42 67
Binary 10110100 1100101 1110111 0 101100 100010 11101 101011010 100010 110111

Color Harmonies of #B46577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46577

Black with #B46577

Text Example


Text Example

White with #B46577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46577; }

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

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

background-color css

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

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

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

border-color css

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

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

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