Html Css Color HEX #B87481 Tapestry

📋 copy color: '#B87481'

red 184 ◦ green 116 ◦ blue 129

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

Shades of Tapestry #B87481

Tints of Tapestry #B87481

RGB

 RED value IS 184 (72.27% from 255) = 42.89%

 GREEN value IS 116 (45.7% from 255) = 27.04%

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

R = 42.89%
G = 27.04%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B87481 (or 0xB87481) is known color: Tapestry. HEX triplet: B8, 74 and 81. RGB value is (184,116,129). Sum of RGB (Red+Green+Blue) = 184+116+129=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 184 - color contains mainly: red. Hex color #B87481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87481 is #478B7E. Grayscale: #898989. Windows color (decimal): -4688767 or 8484024. OLE color: 8484024.

HSL color Cylindrical-coordinate representation of color #B87481: hue angle of 348.53º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B87481 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 116 129 -
CMYK 0 0.37 0.30 0.28
HSL 348.53º 0.32% 0.59% -
HSV(B) 348.53º 0.37% 0.72% -
XYZ 29.98 24.27 23.87 -
YUV 137.81 123.03 160.94 -
System Red Green Blue C M Y K H S L
Decimal 184 116 129 0 0.37 0.30 0.28 348.53 0.32 0.59
Hex B8 74 81 0 25 1E 1C 15D 20 3B
Octal 270 164 201 0 45 36 34 535 40 73
Binary 10111000 1110100 10000001 0 100101 11110 11100 101011101 100000 111011

Color Harmonies of #B87481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87481

Black with #B87481

Text Example


Text Example

White with #B87481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87481; }

 p { color: rgb(184,116,129); }

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

background-color css

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

 a { background-color: rgb(184,116,129); }

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

border-color css

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

 span { border-color: rgb(184,116,129); }

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