Html Css Color HEX #B08391 Tapestry

📋 copy color: '#B08391'

red 176 ◦ green 131 ◦ blue 145

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

Shades of Tapestry #B08391

Tints of Tapestry #B08391

RGB

 RED value IS 176 (69.14% from 255) = 38.94%

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

 BLUE value IS 145 (57.03% from 255) = 32.08%

R = 38.94%
G = 28.98%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B08391 (or 0xB08391) is known color: Tapestry. HEX triplet: B0, 83 and 91. RGB value is (176,131,145). Sum of RGB (Red+Green+Blue) = 176+131+145=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 131 (51.56% from 255 or 28.98% from 452); Blue value is 145 (57.03% from 255 or 32.08% from 452); Max value from RGB is 176 - color contains mainly: red. Hex color #B08391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08391 is #4F7C6E. Grayscale: #929292. Windows color (decimal): -5209199 or 9536432. OLE color: 9536432.

HSL color Cylindrical-coordinate representation of color #B08391: hue angle of 341.33º degrees, saturation: 0.22, 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 #B08391 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 131 145 -
CMYK 0 0.26 0.18 0.31
HSL 341.33º 0.22% 0.6% -
HSV(B) 341.33º 0.26% 0.69% -
XYZ 31.13 27.51 30.46 -
YUV 146.05 127.41 149.36 -
System Red Green Blue C M Y K H S L
Decimal 176 131 145 0 0.26 0.18 0.31 341.33 0.22 0.6
Hex B0 83 91 0 1A 12 1F 155 16 3C
Octal 260 203 221 0 32 22 37 525 26 74
Binary 10110000 10000011 10010001 0 11010 10010 11111 101010101 10110 111100

Color Harmonies of #B08391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08391

Black with #B08391

Text Example


Text Example

White with #B08391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08391; }

 p { color: rgb(176,131,145); }

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

background-color css

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

 a { background-color: rgb(176,131,145); }

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

border-color css

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

 span { border-color: rgb(176,131,145); }

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