Html Css Color HEX #B47484 Tapestry

📋 copy color: '#B47484'

red 180 ◦ green 116 ◦ blue 132

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

Shades of Tapestry #B47484

Tints of Tapestry #B47484

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.1%

 BLUE value IS 132 (51.95% from 255) = 30.84%

R = 42.06%
G = 27.1%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B47484 (or 0xB47484) is known color: Tapestry. HEX triplet: B4, 74 and 84. RGB value is (180,116,132). Sum of RGB (Red+Green+Blue) = 180+116+132=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 116 (45.70% from 255 or 27.10% from 428); Blue value is 132 (51.95% from 255 or 30.84% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B47484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47484 is #4B8B7B. Grayscale: #888888. Windows color (decimal): -4950908 or 8680628. OLE color: 8680628.

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

Color convert

RGB 180 116 132 -
CMYK 0 0.36 0.27 0.29
HSL 345º 0.3% 0.58% -
HSV(B) 345º 0.36% 0.71% -
XYZ 29.23 23.86 24.89 -
YUV 136.96 125.2 158.7 -
System Red Green Blue C M Y K H S L
Decimal 180 116 132 0 0.36 0.27 0.29 345 0.3 0.58
Hex B4 74 84 0 24 1B 1D 159 1E 3A
Octal 264 164 204 0 44 33 35 531 36 72
Binary 10110100 1110100 10000100 0 100100 11011 11101 101011001 11110 111010

Color Harmonies of #B47484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47484

Black with #B47484

Text Example


Text Example

White with #B47484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47484; }

 p { color: rgb(180,116,132); }

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

background-color css

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

 a { background-color: rgb(180,116,132); }

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

border-color css

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

 span { border-color: rgb(180,116,132); }

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