Html Css Color HEX #B88287 Tapestry

📋 copy color: '#B88287'

red 184 ◦ green 130 ◦ blue 135

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

Shades of Tapestry #B88287

Tints of Tapestry #B88287

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.95%

 BLUE value IS 135 (53.13% from 255) = 30.07%

R = 40.98%
G = 28.95%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#B88287 (or 0xB88287) is known color: Tapestry. HEX triplet: B8, 82 and 87. RGB value is (184,130,135). Sum of RGB (Red+Green+Blue) = 184+130+135=449 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.98% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 135 (53.12% from 255 or 30.07% from 449); Max value from RGB is 184 - color contains mainly: red. Hex color #B88287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88287 is #477D78. Grayscale: #929292. Windows color (decimal): -4685177 or 8880824. OLE color: 8880824.

HSL color Cylindrical-coordinate representation of color #B88287: hue angle of 354.44º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B88287 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 130 135 -
CMYK 0 0.29 0.27 0.28
HSL 354.44º 0.28% 0.62% -
HSV(B) 354.44º 0.29% 0.72% -
XYZ 32.12 27.9 26.61 -
YUV 146.72 121.39 154.59 -
System Red Green Blue C M Y K H S L
Decimal 184 130 135 0 0.29 0.27 0.28 354.44 0.28 0.62
Hex B8 82 87 0 1D 1B 1C 162 1C 3E
Octal 270 202 207 0 35 33 34 542 34 76
Binary 10111000 10000010 10000111 0 11101 11011 11100 101100010 11100 111110

Color Harmonies of #B88287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88287

Black with #B88287

Text Example


Text Example

White with #B88287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88287; }

 p { color: rgb(184,130,135); }

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

background-color css

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

 a { background-color: rgb(184,130,135); }

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

border-color css

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

 span { border-color: rgb(184,130,135); }

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