Html Css Color HEX #B47085 Tapestry

📋 copy color: '#B47085'

red 180 ◦ green 112 ◦ blue 133

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

Shades of Tapestry #B47085

Tints of Tapestry #B47085

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.35%

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

R = 42.35%
G = 26.35%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B47085 (or 0xB47085) is known color: Tapestry. HEX triplet: B4, 70 and 85. RGB value is (180,112,133). Sum of RGB (Red+Green+Blue) = 180+112+133=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B47085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47085 is #4B8F7A. Grayscale: #868686. Windows color (decimal): -4951931 or 8745140. OLE color: 8745140.

HSL color Cylindrical-coordinate representation of color #B47085: hue angle of 341.47º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B47085 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 112 133 -
CMYK 0 0.38 0.26 0.29
HSL 341.47º 0.31% 0.57% -
HSV(B) 341.47º 0.38% 0.71% -
XYZ 28.85 22.99 25.11 -
YUV 134.73 127.03 160.29 -
System Red Green Blue C M Y K H S L
Decimal 180 112 133 0 0.38 0.26 0.29 341.47 0.31 0.57
Hex B4 70 85 0 26 1A 1D 155 1F 39
Octal 264 160 205 0 46 32 35 525 37 71
Binary 10110100 1110000 10000101 0 100110 11010 11101 101010101 11111 111001

Color Harmonies of #B47085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47085

Black with #B47085

Text Example


Text Example

White with #B47085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47085; }

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

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

background-color css

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

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

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

border-color css

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

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

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