Html Css Color HEX #B38286 Tapestry

📋 copy color: '#B38286'

red 179 ◦ green 130 ◦ blue 134

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

Shades of Tapestry #B38286

Tints of Tapestry #B38286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 30.25%

R = 40.41%
G = 29.35%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B38286 (or 0xB38286) is known color: Tapestry. HEX triplet: B3, 82 and 86. RGB value is (179,130,134). Sum of RGB (Red+Green+Blue) = 179+130+134=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 134 (52.73% from 255 or 30.25% from 443); Max value from RGB is 179 - color contains mainly: red. Hex color #B38286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38286 is #4C7D79. Grayscale: #919191. Windows color (decimal): -5012858 or 8815283. OLE color: 8815283.

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

Color convert

RGB 179 130 134 -
CMYK 0 0.27 0.25 0.30
HSL 355.1º 0.24% 0.61% -
HSV(B) 355.1º 0.27% 0.7% -
XYZ 30.88 27.27 26.19 -
YUV 145.11 121.73 152.17 -
System Red Green Blue C M Y K H S L
Decimal 179 130 134 0 0.27 0.25 0.30 355.1 0.24 0.61
Hex B3 82 86 0 1B 19 1E 163 18 3D
Octal 263 202 206 0 33 31 36 543 30 75
Binary 10110011 10000010 10000110 0 11011 11001 11110 101100011 11000 111101

Color Harmonies of #B38286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38286

Black with #B38286

Text Example


Text Example

White with #B38286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38286; }

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

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

background-color css

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

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

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

border-color css

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

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

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