Html Css Color HEX #B47383 Tapestry

📋 copy color: '#B47383'

red 180 ◦ green 115 ◦ blue 131

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

Shades of Tapestry #B47383

Tints of Tapestry #B47383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.75%

R = 42.25%
G = 27%
B = 30.75%

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

#B47383 (or 0xB47383) is known color: Tapestry. HEX triplet: B4, 73 and 83. RGB value is (180,115,131). Sum of RGB (Red+Green+Blue) = 180+115+131=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 180 - color contains mainly: red. Hex color #B47383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47383 is #4B8C7C. Grayscale: #888888. Windows color (decimal): -4951165 or 8614836. OLE color: 8614836.

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

Color convert

RGB 180 115 131 -
CMYK 0 0.36 0.27 0.29
HSL 345.23º 0.3% 0.58% -
HSV(B) 345.23º 0.36% 0.71% -
XYZ 29.05 23.6 24.5 -
YUV 136.26 125.03 159.2 -
System Red Green Blue C M Y K H S L
Decimal 180 115 131 0 0.36 0.27 0.29 345.23 0.3 0.58
Hex B4 73 83 0 24 1B 1D 159 1E 3A
Octal 264 163 203 0 44 33 35 531 36 72
Binary 10110100 1110011 10000011 0 100100 11011 11101 101011001 11110 111010

Color Harmonies of #B47383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47383

Black with #B47383

Text Example


Text Example

White with #B47383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47383; }

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

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

background-color css

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

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

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

border-color css

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

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

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