Html Css Color HEX #B08390 Tapestry

📋 copy color: '#B08390'

red 176 ◦ green 131 ◦ blue 144

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

Shades of Tapestry #B08390

Tints of Tapestry #B08390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.93%

R = 39.02%
G = 29.05%
B = 31.93%

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

#B08390 (or 0xB08390) is known color: Tapestry. HEX triplet: B0, 83 and 90. RGB value is (176,131,144). Sum of RGB (Red+Green+Blue) = 176+131+144=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 131 (51.56% from 255 or 29.05% from 451); Blue value is 144 (56.64% from 255 or 31.93% from 451); Max value from RGB is 176 - color contains mainly: red. Hex color #B08390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08390 is #4F7C6F. Grayscale: #919191. Windows color (decimal): -5209200 or 9470896. OLE color: 9470896.

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

Color convert

RGB 176 131 144 -
CMYK 0 0.26 0.18 0.31
HSL 342.67º 0.22% 0.6% -
HSV(B) 342.67º 0.26% 0.69% -
XYZ 31.05 27.48 30.05 -
YUV 145.94 126.91 149.44 -
System Red Green Blue C M Y K H S L
Decimal 176 131 144 0 0.26 0.18 0.31 342.67 0.22 0.6
Hex B0 83 90 0 1A 12 1F 157 16 3C
Octal 260 203 220 0 32 22 37 527 26 74
Binary 10110000 10000011 10010000 0 11010 10010 11111 101010111 10110 111100

Color Harmonies of #B08390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08390

Black with #B08390

Text Example


Text Example

White with #B08390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08390; }

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

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

background-color css

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

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

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

border-color css

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

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

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