Html Css Color HEX #B9828B Tapestry

📋 copy color: '#B9828B'

red 185 ◦ green 130 ◦ blue 139

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

Shades of Tapestry #B9828B

Tints of Tapestry #B9828B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.62%

R = 40.75%
G = 28.63%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B9828B (or 0xB9828B) is known color: Tapestry. HEX triplet: B9, 82 and 8B. RGB value is (185,130,139). Sum of RGB (Red+Green+Blue) = 185+130+139=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 185 - color contains mainly: red. Hex color #B9828B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9828B is #467D74. Grayscale: #939393. Windows color (decimal): -4619637 or 9142969. OLE color: 9142969.

HSL color Cylindrical-coordinate representation of color #B9828B: hue angle of 350.18º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B9828B is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 130 139 -
CMYK 0 0.30 0.25 0.27
HSL 350.18º 0.28% 0.62% -
HSV(B) 350.18º 0.3% 0.73% -
XYZ 32.65 28.14 28.14 -
YUV 147.47 123.22 154.77 -
System Red Green Blue C M Y K H S L
Decimal 185 130 139 0 0.30 0.25 0.27 350.18 0.28 0.62
Hex B9 82 8B 0 1E 19 1B 15E 1C 3E
Octal 271 202 213 0 36 31 33 536 34 76
Binary 10111001 10000010 10001011 0 11110 11001 11011 101011110 11100 111110

Color Harmonies of #B9828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9828B

Black with #B9828B

Text Example


Text Example

White with #B9828B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9828B; }

 p { color: rgb(185,130,139); }

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

background-color css

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

 a { background-color: rgb(185,130,139); }

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

border-color css

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

 span { border-color: rgb(185,130,139); }

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