Html Css Color HEX #B98090 Tapestry

📋 copy color: '#B98090'

red 185 ◦ green 128 ◦ blue 144

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

Shades of Tapestry #B98090

Tints of Tapestry #B98090

RGB

 RED value IS 185 (72.66% from 255) = 40.48%

 GREEN value IS 128 (50.39% from 255) = 28.01%

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

R = 40.48%
G = 28.01%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#B98090 (or 0xB98090) is known color: Tapestry. HEX triplet: B9, 80 and 90. RGB value is (185,128,144). Sum of RGB (Red+Green+Blue) = 185+128+144=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 144 (56.64% from 255 or 31.51% from 457); Max value from RGB is 185 - color contains mainly: red. Hex color #B98090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98090 is #467F6F. Grayscale: #929292. Windows color (decimal): -4620144 or 9470137. OLE color: 9470137.

HSL color Cylindrical-coordinate representation of color #B98090: hue angle of 343.16º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B98090 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 128 144 -
CMYK 0 0.31 0.22 0.27
HSL 343.16º 0.29% 0.61% -
HSV(B) 343.16º 0.31% 0.73% -
XYZ 32.76 27.77 30.02 -
YUV 146.87 126.38 155.2 -
System Red Green Blue C M Y K H S L
Decimal 185 128 144 0 0.31 0.22 0.27 343.16 0.29 0.61
Hex B9 80 90 0 1F 16 1B 157 1D 3D
Octal 271 200 220 0 37 26 33 527 35 75
Binary 10111001 10000000 10010000 0 11111 10110 11011 101010111 11101 111101

Color Harmonies of #B98090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98090

Black with #B98090

Text Example


Text Example

White with #B98090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98090; }

 p { color: rgb(185,128,144); }

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

background-color css

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

 a { background-color: rgb(185,128,144); }

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

border-color css

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

 span { border-color: rgb(185,128,144); }

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