Html Css Color HEX #B47581 Tapestry

📋 copy color: '#B47581'

red 180 ◦ green 117 ◦ blue 129

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

Shades of Tapestry #B47581

Tints of Tapestry #B47581

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.46%

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

R = 42.25%
G = 27.46%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B47581 (or 0xB47581) is known color: Tapestry. HEX triplet: B4, 75 and 81. RGB value is (180,117,129). Sum of RGB (Red+Green+Blue) = 180+117+129=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 129 (50.78% from 255 or 30.28% from 426); Max value from RGB is 180 - color contains mainly: red. Hex color #B47581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47581 is #4B8A7E. Grayscale: #898989. Windows color (decimal): -4950655 or 8484276. OLE color: 8484276.

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

Color convert

RGB 180 117 129 -
CMYK 0 0.35 0.28 0.29
HSL 348.57º 0.3% 0.58% -
HSV(B) 348.57º 0.35% 0.71% -
XYZ 29.15 24.01 23.87 -
YUV 137.21 123.37 158.52 -
System Red Green Blue C M Y K H S L
Decimal 180 117 129 0 0.35 0.28 0.29 348.57 0.3 0.58
Hex B4 75 81 0 23 1C 1D 15D 1E 3A
Octal 264 165 201 0 43 34 35 535 36 72
Binary 10110100 1110101 10000001 0 100011 11100 11101 101011101 11110 111010

Color Harmonies of #B47581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47581

Black with #B47581

Text Example


Text Example

White with #B47581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47581; }

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

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

background-color css

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

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

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

border-color css

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

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

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