Html Css Color HEX #B08290 Tapestry

📋 copy color: '#B08290'

red 176 ◦ green 130 ◦ blue 144

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

Shades of Tapestry #B08290

Tints of Tapestry #B08290

RGB

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

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

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

R = 39.11%
G = 28.89%
B = 32%

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

#B08290 (or 0xB08290) is known color: Tapestry. HEX triplet: B0, 82 and 90. RGB value is (176,130,144). Sum of RGB (Red+Green+Blue) = 176+130+144=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 144 (56.64% from 255 or 32% from 450); Max value from RGB is 176 - color contains mainly: red. Hex color #B08290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08290 is #4F7D6F. Grayscale: #919191. Windows color (decimal): -5209456 or 9470640. OLE color: 9470640.

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

Color convert

RGB 176 130 144 -
CMYK 0 0.26 0.18 0.31
HSL 341.74º 0.23% 0.6% -
HSV(B) 341.74º 0.26% 0.69% -
XYZ 30.92 27.21 30.01 -
YUV 145.35 127.24 149.86 -
System Red Green Blue C M Y K H S L
Decimal 176 130 144 0 0.26 0.18 0.31 341.74 0.23 0.6
Hex B0 82 90 0 1A 12 1F 156 17 3C
Octal 260 202 220 0 32 22 37 526 27 74
Binary 10110000 10000010 10010000 0 11010 10010 11111 101010110 10111 111100

Color Harmonies of #B08290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08290

Black with #B08290

Text Example


Text Example

White with #B08290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08290; }

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

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

background-color css

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

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

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

border-color css

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

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

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