Html Css Color HEX #B38293 Tapestry

📋 copy color: '#B38293'

red 179 ◦ green 130 ◦ blue 147

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

Shades of Tapestry #B38293

Tints of Tapestry #B38293

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.51%

 BLUE value IS 147 (57.81% from 255) = 32.24%

R = 39.25%
G = 28.51%
B = 32.24%

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

#B38293 (or 0xB38293) is known color: Tapestry. HEX triplet: B3, 82 and 93. RGB value is (179,130,147). Sum of RGB (Red+Green+Blue) = 179+130+147=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 147 (57.81% from 255 or 32.24% from 456); Max value from RGB is 179 - color contains mainly: red. Hex color #B38293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38293 is #4C7D6C. Grayscale: #929292. Windows color (decimal): -5012845 or 9667251. OLE color: 9667251.

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

Color convert

RGB 179 130 147 -
CMYK 0 0.27 0.18 0.30
HSL 339.18º 0.24% 0.61% -
HSV(B) 339.18º 0.27% 0.7% -
XYZ 31.84 27.66 31.26 -
YUV 146.59 128.23 151.12 -
System Red Green Blue C M Y K H S L
Decimal 179 130 147 0 0.27 0.18 0.30 339.18 0.24 0.61
Hex B3 82 93 0 1B 12 1E 153 18 3D
Octal 263 202 223 0 33 22 36 523 30 75
Binary 10110011 10000010 10010011 0 11011 10010 11110 101010011 11000 111101

Color Harmonies of #B38293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38293

Black with #B38293

Text Example


Text Example

White with #B38293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38293; }

 p { color: rgb(179,130,147); }

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

background-color css

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

 a { background-color: rgb(179,130,147); }

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

border-color css

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

 span { border-color: rgb(179,130,147); }

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