Html Css Color HEX #B58286 Tapestry

📋 copy color: '#B58286'

red 181 ◦ green 130 ◦ blue 134

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

Shades of Tapestry #B58286

Tints of Tapestry #B58286

RGB

 RED value IS 181 (71.09% from 255) = 40.67%

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

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

R = 40.67%
G = 29.21%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B58286 (or 0xB58286) is known color: Tapestry. HEX triplet: B5, 82 and 86. RGB value is (181,130,134). Sum of RGB (Red+Green+Blue) = 181+130+134=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 134 (52.73% from 255 or 30.11% from 445); Max value from RGB is 181 - color contains mainly: red. Hex color #B58286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58286 is #4A7D79. Grayscale: #919191. Windows color (decimal): -4881786 or 8815285. OLE color: 8815285.

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

Color convert

RGB 181 130 134 -
CMYK 0 0.28 0.26 0.29
HSL 355.29º 0.26% 0.61% -
HSV(B) 355.29º 0.28% 0.71% -
XYZ 31.34 27.51 26.21 -
YUV 145.71 121.4 153.17 -
System Red Green Blue C M Y K H S L
Decimal 181 130 134 0 0.28 0.26 0.29 355.29 0.26 0.61
Hex B5 82 86 0 1C 1A 1D 163 1A 3D
Octal 265 202 206 0 34 32 35 543 32 75
Binary 10110101 10000010 10000110 0 11100 11010 11101 101100011 11010 111101

Color Harmonies of #B58286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58286

Black with #B58286

Text Example


Text Example

White with #B58286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58286; }

 p { color: rgb(181,130,134); }

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

background-color css

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

 a { background-color: rgb(181,130,134); }

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

border-color css

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

 span { border-color: rgb(181,130,134); }

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