Html Css Color HEX #B48193 Tapestry

📋 copy color: '#B48193'

red 180 ◦ green 129 ◦ blue 147

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

Shades of Tapestry #B48193

Tints of Tapestry #B48193

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.29%

 BLUE value IS 147 (57.81% from 255) = 32.24%

R = 39.47%
G = 28.29%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B48193 (or 0xB48193) is known color: Tapestry. HEX triplet: B4, 81 and 93. RGB value is (180,129,147). Sum of RGB (Red+Green+Blue) = 180+129+147=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 129 (50.78% from 255 or 28.29% from 456); Blue value is 147 (57.81% from 255 or 32.24% from 456); Max value from RGB is 180 - color contains mainly: red. Hex color #B48193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48193 is #4B7E6C. Grayscale: #929292. Windows color (decimal): -4947565 or 9666996. OLE color: 9666996.

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

Color convert

RGB 180 129 147 -
CMYK 0 0.28 0.18 0.29
HSL 338.82º 0.25% 0.61% -
HSV(B) 338.82º 0.28% 0.71% -
XYZ 31.94 27.51 31.23 -
YUV 146.3 128.4 152.04 -
System Red Green Blue C M Y K H S L
Decimal 180 129 147 0 0.28 0.18 0.29 338.82 0.25 0.61
Hex B4 81 93 0 1C 12 1D 153 19 3D
Octal 264 201 223 0 34 22 35 523 31 75
Binary 10110100 10000001 10010011 0 11100 10010 11101 101010011 11001 111101

Color Harmonies of #B48193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48193

Black with #B48193

Text Example


Text Example

White with #B48193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48193; }

 p { color: rgb(180,129,147); }

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

background-color css

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

 a { background-color: rgb(180,129,147); }

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

border-color css

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

 span { border-color: rgb(180,129,147); }

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