Html Css Color HEX #B38388 Tapestry

📋 copy color: '#B38388'

red 179 ◦ green 131 ◦ blue 136

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

Shades of Tapestry #B38388

Tints of Tapestry #B38388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 30.49%

R = 40.13%
G = 29.37%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#B38388 (or 0xB38388) is known color: Tapestry. HEX triplet: B3, 83 and 88. RGB value is (179,131,136). Sum of RGB (Red+Green+Blue) = 179+131+136=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 136 (53.52% from 255 or 30.49% from 446); Max value from RGB is 179 - color contains mainly: red. Hex color #B38388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38388 is #4C7C77. Grayscale: #919191. Windows color (decimal): -5012600 or 8946611. OLE color: 8946611.

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

Color convert

RGB 179 131 136 -
CMYK 0 0.27 0.24 0.30
HSL 353.75º 0.24% 0.61% -
HSV(B) 353.75º 0.27% 0.7% -
XYZ 31.15 27.59 26.98 -
YUV 145.92 122.4 151.59 -
System Red Green Blue C M Y K H S L
Decimal 179 131 136 0 0.27 0.24 0.30 353.75 0.24 0.61
Hex B3 83 88 0 1B 18 1E 162 18 3D
Octal 263 203 210 0 33 30 36 542 30 75
Binary 10110011 10000011 10001000 0 11011 11000 11110 101100010 11000 111101

Color Harmonies of #B38388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38388

Black with #B38388

Text Example


Text Example

White with #B38388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38388; }

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

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

background-color css

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

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

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

border-color css

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

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

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