Html Css Color HEX #B47589 Tapestry

📋 copy color: '#B47589'

red 180 ◦ green 117 ◦ blue 137

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

Shades of Tapestry #B47589

Tints of Tapestry #B47589

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.96%

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

R = 41.47%
G = 26.96%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B47589 (or 0xB47589) is known color: Tapestry. HEX triplet: B4, 75 and 89. RGB value is (180,117,137). Sum of RGB (Red+Green+Blue) = 180+117+137=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 137 (53.91% from 255 or 31.57% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B47589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47589 is #4B8A76. Grayscale: #8A8A8A. Windows color (decimal): -4950647 or 9008564. OLE color: 9008564.

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

Color convert

RGB 180 117 137 -
CMYK 0 0.35 0.24 0.29
HSL 340.95º 0.3% 0.58% -
HSV(B) 340.95º 0.35% 0.71% -
XYZ 29.7 24.23 26.78 -
YUV 138.12 127.37 157.87 -
System Red Green Blue C M Y K H S L
Decimal 180 117 137 0 0.35 0.24 0.29 340.95 0.3 0.58
Hex B4 75 89 0 23 18 1D 155 1E 3A
Octal 264 165 211 0 43 30 35 525 36 72
Binary 10110100 1110101 10001001 0 100011 11000 11101 101010101 11110 111010

Color Harmonies of #B47589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47589

Black with #B47589

Text Example


Text Example

White with #B47589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47589; }

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

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

background-color css

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

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

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

border-color css

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

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

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