Html Css Color HEX #B47382 Tapestry

📋 copy color: '#B47382'

red 180 ◦ green 115 ◦ blue 130

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

Shades of Tapestry #B47382

Tints of Tapestry #B47382

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.06%

 BLUE value IS 130 (51.17% from 255) = 30.59%

R = 42.35%
G = 27.06%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B47382 (or 0xB47382) is known color: Tapestry. HEX triplet: B4, 73 and 82. RGB value is (180,115,130). Sum of RGB (Red+Green+Blue) = 180+115+130=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 115 (45.31% from 255 or 27.06% from 425); Blue value is 130 (51.17% from 255 or 30.59% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B47382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47382 is #4B8C7D. Grayscale: #888888. Windows color (decimal): -4951166 or 8549300. OLE color: 8549300.

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

Color convert

RGB 180 115 130 -
CMYK 0 0.36 0.28 0.29
HSL 346.15º 0.3% 0.58% -
HSV(B) 346.15º 0.36% 0.71% -
XYZ 28.98 23.58 24.14 -
YUV 136.15 124.53 159.28 -
System Red Green Blue C M Y K H S L
Decimal 180 115 130 0 0.36 0.28 0.29 346.15 0.3 0.58
Hex B4 73 82 0 24 1C 1D 15A 1E 3A
Octal 264 163 202 0 44 34 35 532 36 72
Binary 10110100 1110011 10000010 0 100100 11100 11101 101011010 11110 111010

Color Harmonies of #B47382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47382

Black with #B47382

Text Example


Text Example

White with #B47382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47382; }

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

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

background-color css

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

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

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

border-color css

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

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

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