Html Css Color HEX #B47289 Tapestry

📋 copy color: '#B47289'

red 180 ◦ green 114 ◦ blue 137

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

Shades of Tapestry #B47289

Tints of Tapestry #B47289

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.45%

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

R = 41.76%
G = 26.45%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B47289 (or 0xB47289) is known color: Tapestry. HEX triplet: B4, 72 and 89. RGB value is (180,114,137). Sum of RGB (Red+Green+Blue) = 180+114+137=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 137 (53.91% from 255 or 31.79% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B47289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47289 is #4B8D76. Grayscale: #888888. Windows color (decimal): -4951415 or 9007796. OLE color: 9007796.

HSL color Cylindrical-coordinate representation of color #B47289: hue angle of 339.09º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B47289 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 114 137 -
CMYK 0 0.37 0.24 0.29
HSL 339.09º 0.31% 0.58% -
HSV(B) 339.09º 0.37% 0.71% -
XYZ 29.36 23.54 26.66 -
YUV 136.36 128.37 159.13 -
System Red Green Blue C M Y K H S L
Decimal 180 114 137 0 0.37 0.24 0.29 339.09 0.31 0.58
Hex B4 72 89 0 25 18 1D 153 1F 3A
Octal 264 162 211 0 45 30 35 523 37 72
Binary 10110100 1110010 10001001 0 100101 11000 11101 101010011 11111 111010

Color Harmonies of #B47289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47289

Black with #B47289

Text Example


Text Example

White with #B47289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47289; }

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

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

background-color css

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

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

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

border-color css

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

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

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