Html Css Color HEX #B18388 Tapestry

📋 copy color: '#B18388'

red 177 ◦ green 131 ◦ blue 136

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

Shades of Tapestry #B18388

Tints of Tapestry #B18388

RGB

 RED value IS 177 (69.53% from 255) = 39.86%

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

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

R = 39.86%
G = 29.5%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B18388 (or 0xB18388) is known color: Tapestry. HEX triplet: B1, 83 and 88. RGB value is (177,131,136). Sum of RGB (Red+Green+Blue) = 177+131+136=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 136 (53.52% from 255 or 30.63% from 444); Max value from RGB is 177 - color contains mainly: red. Hex color #B18388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18388 is #4E7C77. Grayscale: #919191. Windows color (decimal): -5143672 or 8946609. OLE color: 8946609.

HSL color Cylindrical-coordinate representation of color #B18388: hue angle of 353.48º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B18388 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 131 136 -
CMYK 0 0.26 0.23 0.31
HSL 353.48º 0.23% 0.6% -
HSV(B) 353.48º 0.26% 0.69% -
XYZ 30.69 27.36 26.96 -
YUV 145.32 122.74 150.59 -
System Red Green Blue C M Y K H S L
Decimal 177 131 136 0 0.26 0.23 0.31 353.48 0.23 0.6
Hex B1 83 88 0 1A 17 1F 161 17 3C
Octal 261 203 210 0 32 27 37 541 27 74
Binary 10110001 10000011 10001000 0 11010 10111 11111 101100001 10111 111100

Color Harmonies of #B18388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18388

Black with #B18388

Text Example


Text Example

White with #B18388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18388; }

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

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

background-color css

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

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

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

border-color css

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

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

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