Html Css Color HEX #B87382 Tapestry

📋 copy color: '#B87382'

red 184 ◦ green 115 ◦ blue 130

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

Shades of Tapestry #B87382

Tints of Tapestry #B87382

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.81%

 BLUE value IS 130 (51.17% from 255) = 30.3%

R = 42.89%
G = 26.81%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#B87382 (or 0xB87382) is known color: Tapestry. HEX triplet: B8, 73 and 82. RGB value is (184,115,130). Sum of RGB (Red+Green+Blue) = 184+115+130=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 184 - color contains mainly: red. Hex color #B87382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87382 is #478C7D. Grayscale: #898989. Windows color (decimal): -4689022 or 8549304. OLE color: 8549304.

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

Color convert

RGB 184 115 130 -
CMYK 0 0.38 0.29 0.28
HSL 346.96º 0.33% 0.59% -
HSV(B) 346.96º 0.38% 0.72% -
XYZ 29.93 24.06 24.19 -
YUV 137.34 123.86 161.28 -
System Red Green Blue C M Y K H S L
Decimal 184 115 130 0 0.38 0.29 0.28 346.96 0.33 0.59
Hex B8 73 82 0 26 1D 1C 15B 21 3B
Octal 270 163 202 0 46 35 34 533 41 73
Binary 10111000 1110011 10000010 0 100110 11101 11100 101011011 100001 111011

Color Harmonies of #B87382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87382

Black with #B87382

Text Example


Text Example

White with #B87382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87382; }

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

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

background-color css

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

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

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

border-color css

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

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

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