Html Css Color HEX #B48488 Tapestry

📋 copy color: '#B48488'

red 180 ◦ green 132 ◦ blue 136

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

Shades of Tapestry #B48488

Tints of Tapestry #B48488

RGB

 RED value IS 180 (70.7% from 255) = 40.18%

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

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

R = 40.18%
G = 29.46%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B48488 (or 0xB48488) is known color: Tapestry. HEX triplet: B4, 84 and 88. RGB value is (180,132,136). Sum of RGB (Red+Green+Blue) = 180+132+136=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 136 (53.52% from 255 or 30.36% from 448); Max value from RGB is 180 - color contains mainly: red. Hex color #B48488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48488 is #4B7B77. Grayscale: #929292. Windows color (decimal): -4946808 or 8946868. OLE color: 8946868.

HSL color Cylindrical-coordinate representation of color #B48488: hue angle of 355º degrees, saturation: 0.24, 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 #B48488 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 132 136 -
CMYK 0 0.27 0.24 0.29
HSL 355º 0.24% 0.61% -
HSV(B) 355º 0.27% 0.71% -
XYZ 31.52 27.98 27.03 -
YUV 146.81 121.9 151.67 -
System Red Green Blue C M Y K H S L
Decimal 180 132 136 0 0.27 0.24 0.29 355 0.24 0.61
Hex B4 84 88 0 1B 18 1D 163 18 3D
Octal 264 204 210 0 33 30 35 543 30 75
Binary 10110100 10000100 10001000 0 11011 11000 11101 101100011 11000 111101

Color Harmonies of #B48488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48488

Black with #B48488

Text Example


Text Example

White with #B48488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48488; }

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

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

background-color css

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

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

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

border-color css

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

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

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