Html Css Color HEX #B48290 Tapestry

📋 copy color: '#B48290'

red 180 ◦ green 130 ◦ blue 144

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

Shades of Tapestry #B48290

Tints of Tapestry #B48290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.72%

R = 39.65%
G = 28.63%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#B48290 (or 0xB48290) is known color: Tapestry. HEX triplet: B4, 82 and 90. RGB value is (180,130,144). Sum of RGB (Red+Green+Blue) = 180+130+144=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 144 (56.64% from 255 or 31.72% from 454); Max value from RGB is 180 - color contains mainly: red. Hex color #B48290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48290 is #4B7D6F. Grayscale: #929292. Windows color (decimal): -4947312 or 9470644. OLE color: 9470644.

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

Color convert

RGB 180 130 144 -
CMYK 0 0.28 0.2 0.29
HSL 343.2º 0.25% 0.61% -
HSV(B) 343.2º 0.28% 0.71% -
XYZ 31.84 27.68 30.05 -
YUV 146.55 126.57 151.86 -
System Red Green Blue C M Y K H S L
Decimal 180 130 144 0 0.28 0.2 0.29 343.2 0.25 0.61
Hex B4 82 90 0 1C 14 1D 157 19 3D
Octal 264 202 220 0 34 24 35 527 31 75
Binary 10110100 10000010 10010000 0 11100 10100 11101 101010111 11001 111101

Color Harmonies of #B48290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48290

Black with #B48290

Text Example


Text Example

White with #B48290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48290; }

 p { color: rgb(180,130,144); }

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

background-color css

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

 a { background-color: rgb(180,130,144); }

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

border-color css

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

 span { border-color: rgb(180,130,144); }

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