Html Css Color HEX #B58488 Tapestry

📋 copy color: '#B58488'

red 181 ◦ green 132 ◦ blue 136

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

Shades of Tapestry #B58488

Tints of Tapestry #B58488

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.4%

 BLUE value IS 136 (53.52% from 255) = 30.29%

R = 40.31%
G = 29.4%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B58488 (or 0xB58488) is known color: Tapestry. HEX triplet: B5, 84 and 88. RGB value is (181,132,136). Sum of RGB (Red+Green+Blue) = 181+132+136=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 136 (53.52% from 255 or 30.29% from 449); Max value from RGB is 181 - color contains mainly: red. Hex color #B58488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58488 is #4A7B77. Grayscale: #939393. Windows color (decimal): -4881272 or 8946869. OLE color: 8946869.

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

Color convert

RGB 181 132 136 -
CMYK 0 0.27 0.25 0.29
HSL 355.1º 0.25% 0.61% -
HSV(B) 355.1º 0.27% 0.71% -
XYZ 31.75 28.1 27.04 -
YUV 147.11 121.73 152.17 -
System Red Green Blue C M Y K H S L
Decimal 181 132 136 0 0.27 0.25 0.29 355.1 0.25 0.61
Hex B5 84 88 0 1B 19 1D 163 19 3D
Octal 265 204 210 0 33 31 35 543 31 75
Binary 10110101 10000100 10001000 0 11011 11001 11101 101100011 11001 111101

Color Harmonies of #B58488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58488

Black with #B58488

Text Example


Text Example

White with #B58488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58488; }

 p { color: rgb(181,132,136); }

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

background-color css

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

 a { background-color: rgb(181,132,136); }

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

border-color css

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

 span { border-color: rgb(181,132,136); }

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