Html Css Color HEX #B47181 Tapestry

📋 copy color: '#B47181'

red 180 ◦ green 113 ◦ blue 129

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

Shades of Tapestry #B47181

Tints of Tapestry #B47181

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.78%

 BLUE value IS 129 (50.78% from 255) = 30.57%

R = 42.65%
G = 26.78%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B47181 (or 0xB47181) is known color: Tapestry. HEX triplet: B4, 71 and 81. RGB value is (180,113,129). Sum of RGB (Red+Green+Blue) = 180+113+129=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 180 - color contains mainly: red. Hex color #B47181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47181 is #4B8E7E. Grayscale: #868686. Windows color (decimal): -4951679 or 8483252. OLE color: 8483252.

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

Color convert

RGB 180 113 129 -
CMYK 0 0.37 0.28 0.29
HSL 345.67º 0.31% 0.57% -
HSV(B) 345.67º 0.37% 0.71% -
XYZ 28.69 23.1 23.72 -
YUV 134.86 124.7 160.2 -
System Red Green Blue C M Y K H S L
Decimal 180 113 129 0 0.37 0.28 0.29 345.67 0.31 0.57
Hex B4 71 81 0 25 1C 1D 15A 1F 39
Octal 264 161 201 0 45 34 35 532 37 71
Binary 10110100 1110001 10000001 0 100101 11100 11101 101011010 11111 111001

Color Harmonies of #B47181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47181

Black with #B47181

Text Example


Text Example

White with #B47181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47181; }

 p { color: rgb(180,113,129); }

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

background-color css

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

 a { background-color: rgb(180,113,129); }

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

border-color css

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

 span { border-color: rgb(180,113,129); }

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