Html Css Color HEX #B38093 Tapestry

📋 copy color: '#B38093'

red 179 ◦ green 128 ◦ blue 147

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

Shades of Tapestry #B38093

Tints of Tapestry #B38093

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.19%

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

R = 39.43%
G = 28.19%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#B38093 (or 0xB38093) is known color: Tapestry. HEX triplet: B3, 80 and 93. RGB value is (179,128,147). Sum of RGB (Red+Green+Blue) = 179+128+147=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 147 (57.81% from 255 or 32.38% from 454); Max value from RGB is 179 - color contains mainly: red. Hex color #B38093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38093 is #4C7F6C. Grayscale: #919191. Windows color (decimal): -5013357 or 9666739. OLE color: 9666739.

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

Color convert

RGB 179 128 147 -
CMYK 0 0.28 0.18 0.30
HSL 337.65º 0.25% 0.6% -
HSV(B) 337.65º 0.28% 0.7% -
XYZ 31.58 27.13 31.18 -
YUV 145.42 128.9 151.96 -
System Red Green Blue C M Y K H S L
Decimal 179 128 147 0 0.28 0.18 0.30 337.65 0.25 0.6
Hex B3 80 93 0 1C 12 1E 152 19 3C
Octal 263 200 223 0 34 22 36 522 31 74
Binary 10110011 10000000 10010011 0 11100 10010 11110 101010010 11001 111100

Color Harmonies of #B38093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38093

Black with #B38093

Text Example


Text Example

White with #B38093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38093; }

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

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

background-color css

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

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

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

border-color css

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

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

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