Html Css Color HEX #B9828A Tapestry

📋 copy color: '#B9828A'

red 185 ◦ green 130 ◦ blue 138

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

Shades of Tapestry #B9828A

Tints of Tapestry #B9828A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.46%

R = 40.84%
G = 28.7%
B = 30.46%

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

#B9828A (or 0xB9828A) is known color: Tapestry. HEX triplet: B9, 82 and 8A. RGB value is (185,130,138). Sum of RGB (Red+Green+Blue) = 185+130+138=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 185 - color contains mainly: red. Hex color #B9828A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9828A is #467D75. Grayscale: #939393. Windows color (decimal): -4619638 or 9077433. OLE color: 9077433.

HSL color Cylindrical-coordinate representation of color #B9828A: hue angle of 351.27º 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 #B9828A is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 130 138 -
CMYK 0 0.30 0.25 0.27
HSL 351.27º 0.28% 0.62% -
HSV(B) 351.27º 0.3% 0.73% -
XYZ 32.58 28.11 27.75 -
YUV 147.36 122.72 154.85 -
System Red Green Blue C M Y K H S L
Decimal 185 130 138 0 0.30 0.25 0.27 351.27 0.28 0.62
Hex B9 82 8A 0 1E 19 1B 15F 1C 3E
Octal 271 202 212 0 36 31 33 537 34 76
Binary 10111001 10000010 10001010 0 11110 11001 11011 101011111 11100 111110

Color Harmonies of #B9828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9828A

Black with #B9828A

Text Example


Text Example

White with #B9828A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9828A; }

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

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

background-color css

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

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

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

border-color css

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

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

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