Html Css Color HEX #B87580 Tapestry

📋 copy color: '#B87580'

red 184 ◦ green 117 ◦ blue 128

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

Shades of Tapestry #B87580

Tints of Tapestry #B87580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.84%

R = 42.89%
G = 27.27%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B87580 (or 0xB87580) is known color: Tapestry. HEX triplet: B8, 75 and 80. RGB value is (184,117,128). Sum of RGB (Red+Green+Blue) = 184+117+128=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 184 - color contains mainly: red. Hex color #B87580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87580 is #478A7F. Grayscale: #8A8A8A. Windows color (decimal): -4688512 or 8418744. OLE color: 8418744.

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

Color convert

RGB 184 117 128 -
CMYK 0 0.36 0.30 0.28
HSL 350.15º 0.32% 0.59% -
HSV(B) 350.15º 0.36% 0.72% -
XYZ 30.02 24.47 23.56 -
YUV 138.29 122.2 160.61 -
System Red Green Blue C M Y K H S L
Decimal 184 117 128 0 0.36 0.30 0.28 350.15 0.32 0.59
Hex B8 75 80 0 24 1E 1C 15E 20 3B
Octal 270 165 200 0 44 36 34 536 40 73
Binary 10111000 1110101 10000000 0 100100 11110 11100 101011110 100000 111011

Color Harmonies of #B87580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87580

Black with #B87580

Text Example


Text Example

White with #B87580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87580; }

 p { color: rgb(184,117,128); }

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

background-color css

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

 a { background-color: rgb(184,117,128); }

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

border-color css

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

 span { border-color: rgb(184,117,128); }

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