Html Css Color HEX #B08490 Tapestry

📋 copy color: '#B08490'

red 176 ◦ green 132 ◦ blue 144

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

Shades of Tapestry #B08490

Tints of Tapestry #B08490

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.2%

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

R = 38.94%
G = 29.2%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B08490 (or 0xB08490) is known color: Tapestry. HEX triplet: B0, 84 and 90. RGB value is (176,132,144). Sum of RGB (Red+Green+Blue) = 176+132+144=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 176 - color contains mainly: red. Hex color #B08490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08490 is #4F7B6F. Grayscale: #929292. Windows color (decimal): -5208944 or 9471152. OLE color: 9471152.

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

Color convert

RGB 176 132 144 -
CMYK 0 0.25 0.18 0.31
HSL 343.64º 0.22% 0.6% -
HSV(B) 343.64º 0.25% 0.69% -
XYZ 31.19 27.75 30.1 -
YUV 146.52 126.58 149.02 -
System Red Green Blue C M Y K H S L
Decimal 176 132 144 0 0.25 0.18 0.31 343.64 0.22 0.6
Hex B0 84 90 0 19 12 1F 158 16 3C
Octal 260 204 220 0 31 22 37 530 26 74
Binary 10110000 10000100 10010000 0 11001 10010 11111 101011000 10110 111100

Color Harmonies of #B08490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08490

Black with #B08490

Text Example


Text Example

White with #B08490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08490; }

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

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

background-color css

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

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

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

border-color css

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

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

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