Html Css Color HEX #B47288 Tapestry

📋 copy color: '#B47288'

red 180 ◦ green 114 ◦ blue 136

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

Shades of Tapestry #B47288

Tints of Tapestry #B47288

RGB

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

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

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

R = 41.86%
G = 26.51%
B = 31.63%

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

#B47288 (or 0xB47288) is known color: Tapestry. HEX triplet: B4, 72 and 88. RGB value is (180,114,136). Sum of RGB (Red+Green+Blue) = 180+114+136=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 136 (53.52% from 255 or 31.63% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B47288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47288 is #4B8D77. Grayscale: #888888. Windows color (decimal): -4951416 or 8942260. OLE color: 8942260.

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

Color convert

RGB 180 114 136 -
CMYK 0 0.37 0.24 0.29
HSL 340º 0.31% 0.58% -
HSV(B) 340º 0.37% 0.71% -
XYZ 29.28 23.52 26.29 -
YUV 136.24 127.87 159.21 -
System Red Green Blue C M Y K H S L
Decimal 180 114 136 0 0.37 0.24 0.29 340 0.31 0.58
Hex B4 72 88 0 25 18 1D 154 1F 3A
Octal 264 162 210 0 45 30 35 524 37 72
Binary 10110100 1110010 10001000 0 100101 11000 11101 101010100 11111 111010

Color Harmonies of #B47288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47288

Black with #B47288

Text Example


Text Example

White with #B47288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47288; }

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

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

background-color css

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

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

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

border-color css

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

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

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