Html Css Color HEX #B38392 Tapestry

📋 copy color: '#B38392'

red 179 ◦ green 131 ◦ blue 146

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

Shades of Tapestry #B38392

Tints of Tapestry #B38392

RGB

 RED value IS 179 (70.31% from 255) = 39.25%

 GREEN value IS 131 (51.56% from 255) = 28.73%

 BLUE value IS 146 (57.42% from 255) = 32.02%

R = 39.25%
G = 28.73%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#B38392 (or 0xB38392) is known color: Tapestry. HEX triplet: B3, 83 and 92. RGB value is (179,131,146). Sum of RGB (Red+Green+Blue) = 179+131+146=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 146 (57.42% from 255 or 32.02% from 456); Max value from RGB is 179 - color contains mainly: red. Hex color #B38392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38392 is #4C7C6D. Grayscale: #939393. Windows color (decimal): -5012590 or 9601971. OLE color: 9601971.

HSL color Cylindrical-coordinate representation of color #B38392: hue angle of 341.25º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B38392 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 131 146 -
CMYK 0 0.27 0.18 0.30
HSL 341.25º 0.24% 0.61% -
HSV(B) 341.25º 0.27% 0.7% -
XYZ 31.9 27.89 30.9 -
YUV 147.06 127.4 150.78 -
System Red Green Blue C M Y K H S L
Decimal 179 131 146 0 0.27 0.18 0.30 341.25 0.24 0.61
Hex B3 83 92 0 1B 12 1E 155 18 3D
Octal 263 203 222 0 33 22 36 525 30 75
Binary 10110011 10000011 10010010 0 11011 10010 11110 101010101 11000 111101

Color Harmonies of #B38392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38392

Black with #B38392

Text Example


Text Example

White with #B38392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38392; }

 p { color: rgb(179,131,146); }

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

background-color css

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

 a { background-color: rgb(179,131,146); }

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

border-color css

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

 span { border-color: rgb(179,131,146); }

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