Html Css Color HEX #B48289 Tapestry

📋 copy color: '#B48289'

red 180 ◦ green 130 ◦ blue 137

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

Shades of Tapestry #B48289

Tints of Tapestry #B48289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 30.65%

R = 40.27%
G = 29.08%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B48289 (or 0xB48289) is known color: Tapestry. HEX triplet: B4, 82 and 89. RGB value is (180,130,137). Sum of RGB (Red+Green+Blue) = 180+130+137=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 137 (53.91% from 255 or 30.65% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B48289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48289 is #4B7D76. Grayscale: #919191. Windows color (decimal): -4947319 or 9011892. OLE color: 9011892.

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

Color convert

RGB 180 130 137 -
CMYK 0 0.28 0.24 0.29
HSL 351.6º 0.25% 0.61% -
HSV(B) 351.6º 0.28% 0.71% -
XYZ 31.32 27.47 27.32 -
YUV 145.75 123.07 152.43 -
System Red Green Blue C M Y K H S L
Decimal 180 130 137 0 0.28 0.24 0.29 351.6 0.25 0.61
Hex B4 82 89 0 1C 18 1D 160 19 3D
Octal 264 202 211 0 34 30 35 540 31 75
Binary 10110100 10000010 10001001 0 11100 11000 11101 101100000 11001 111101

Color Harmonies of #B48289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48289

Black with #B48289

Text Example


Text Example

White with #B48289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48289; }

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

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

background-color css

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

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

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

border-color css

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

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

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