Html Css Color HEX #B89B86 Pale Taupe

📋 copy color: '#B89B86'

red 184 ◦ green 155 ◦ blue 134

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

Shades of Pale Taupe #B89B86

Tints of Pale Taupe #B89B86

RGB

 RED value IS 184 (72.27% from 255) = 38.9%

 GREEN value IS 155 (60.94% from 255) = 32.77%

 BLUE value IS 134 (52.73% from 255) = 28.33%

R = 38.9%
G = 32.77%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#B89B86 (or 0xB89B86) is known color: Pale Taupe. HEX triplet: B8, 9B and 86. RGB value is (184,155,134). Sum of RGB (Red+Green+Blue) = 184+155+134=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 134 (52.73% from 255 or 28.33% from 473); Max value from RGB is 184 - color contains mainly: red. Hex color #B89B86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89B86 is #476479. Grayscale: #A1A1A1. Windows color (decimal): -4678778 or 8821688. OLE color: 8821688.

HSL color Cylindrical-coordinate representation of color #B89B86: hue angle of 25.2º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B89B86 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 155 134 -
CMYK 0 0.16 0.27 0.28
HSL 25.2º 0.26% 0.62% -
HSV(B) 25.2º 0.27% 0.72% -
XYZ 35.79 35.35 27.49 -
YUV 161.28 112.61 144.21 -
System Red Green Blue C M Y K H S L
Decimal 184 155 134 0 0.16 0.27 0.28 25.2 0.26 0.62
Hex B8 9B 86 0 10 1B 1C 19 1A 3E
Octal 270 233 206 0 20 33 34 31 32 76
Binary 10111000 10011011 10000110 0 10000 11011 11100 11001 11010 111110

Color Harmonies of #B89B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89B86

Black with #B89B86

Text Example


Text Example

White with #B89B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89B86; }

 p { color: rgb(184,155,134); }

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

background-color css

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

 a { background-color: rgb(184,155,134); }

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

border-color css

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

 span { border-color: rgb(184,155,134); }

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