Html Css Color HEX #B47384 Tapestry

📋 copy color: '#B47384'

red 180 ◦ green 115 ◦ blue 132

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

Shades of Tapestry #B47384

Tints of Tapestry #B47384

RGB

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

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

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

R = 42.15%
G = 26.93%
B = 30.91%

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

#B47384 (or 0xB47384) is known color: Tapestry. HEX triplet: B4, 73 and 84. RGB value is (180,115,132). Sum of RGB (Red+Green+Blue) = 180+115+132=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 132 (51.95% from 255 or 30.91% from 427); Max value from RGB is 180 - color contains mainly: red. Hex color #B47384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47384 is #4B8C7B. Grayscale: #888888. Windows color (decimal): -4951164 or 8680372. OLE color: 8680372.

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

Color convert

RGB 180 115 132 -
CMYK 0 0.36 0.27 0.29
HSL 344.31º 0.3% 0.58% -
HSV(B) 344.31º 0.36% 0.71% -
XYZ 29.12 23.63 24.86 -
YUV 136.37 125.53 159.12 -
System Red Green Blue C M Y K H S L
Decimal 180 115 132 0 0.36 0.27 0.29 344.31 0.3 0.58
Hex B4 73 84 0 24 1B 1D 158 1E 3A
Octal 264 163 204 0 44 33 35 530 36 72
Binary 10110100 1110011 10000100 0 100100 11011 11101 101011000 11110 111010

Color Harmonies of #B47384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47384

Black with #B47384

Text Example


Text Example

White with #B47384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47384; }

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

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

background-color css

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

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

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

border-color css

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

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

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