Html Css Color HEX #B28586 Tapestry

📋 copy color: '#B28586'

red 178 ◦ green 133 ◦ blue 134

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

Shades of Tapestry #B28586

Tints of Tapestry #B28586

RGB

 RED value IS 178 (69.92% from 255) = 40%

 GREEN value IS 133 (52.34% from 255) = 29.89%

 BLUE value IS 134 (52.73% from 255) = 30.11%

R = 40%
G = 29.89%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B28586 (or 0xB28586) is known color: Tapestry. HEX triplet: B2, 85 and 86. RGB value is (178,133,134). Sum of RGB (Red+Green+Blue) = 178+133+134=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 133 (52.34% from 255 or 29.89% from 445); Blue value is 134 (52.73% from 255 or 30.11% from 445); Max value from RGB is 178 - color contains mainly: red. Hex color #B28586 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28586 is #4D7A79. Grayscale: #929292. Windows color (decimal): -5077626 or 8816050. OLE color: 8816050.

HSL color Cylindrical-coordinate representation of color #B28586: hue angle of 358.67º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B28586 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 133 134 -
CMYK 0 0.25 0.25 0.30
HSL 358.67º 0.23% 0.61% -
HSV(B) 358.67º 0.25% 0.7% -
XYZ 31.05 27.96 26.31 -
YUV 146.57 120.91 150.42 -
System Red Green Blue C M Y K H S L
Decimal 178 133 134 0 0.25 0.25 0.30 358.67 0.23 0.61
Hex B2 85 86 0 19 19 1E 167 17 3D
Octal 262 205 206 0 31 31 36 547 27 75
Binary 10110010 10000101 10000110 0 11001 11001 11110 101100111 10111 111101

Color Harmonies of #B28586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28586

Black with #B28586

Text Example


Text Example

White with #B28586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28586; }

 p { color: rgb(178,133,134); }

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

background-color css

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

 a { background-color: rgb(178,133,134); }

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

border-color css

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

 span { border-color: rgb(178,133,134); }

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