Html Css Color HEX #B89B85 Pale Taupe

📋 copy color: '#B89B85'

red 184 ◦ green 155 ◦ blue 133

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

Shades of Pale Taupe #B89B85

Tints of Pale Taupe #B89B85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.18%

R = 38.98%
G = 32.84%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#B89B85 (or 0xB89B85) is known color: Pale Taupe. HEX triplet: B8, 9B and 85. RGB value is (184,155,133). Sum of RGB (Red+Green+Blue) = 184+155+133=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 133 (52.34% from 255 or 28.18% from 472); Max value from RGB is 184 - color contains mainly: red. Hex color #B89B85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89B85 is #47647A. Grayscale: #A1A1A1. Windows color (decimal): -4678779 or 8756152. OLE color: 8756152.

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

Color convert

RGB 184 155 133 -
CMYK 0 0.16 0.28 0.28
HSL 25.88º 0.26% 0.62% -
HSV(B) 25.88º 0.28% 0.72% -
XYZ 35.72 35.33 27.13 -
YUV 161.16 112.11 144.29 -
System Red Green Blue C M Y K H S L
Decimal 184 155 133 0 0.16 0.28 0.28 25.88 0.26 0.62
Hex B8 9B 85 0 10 1C 1C 1A 1A 3E
Octal 270 233 205 0 20 34 34 32 32 76
Binary 10111000 10011011 10000101 0 10000 11100 11100 11010 11010 111110

Color Harmonies of #B89B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89B85

Black with #B89B85

Text Example


Text Example

White with #B89B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89B85; }

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

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

background-color css

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

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

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

border-color css

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

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

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