Html Css Color HEX #B89A76 Pale Taupe

📋 copy color: '#B89A76'

red 184 ◦ green 154 ◦ blue 118

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

Shades of Pale Taupe #B89A76

Tints of Pale Taupe #B89A76

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.77%

 BLUE value IS 118 (46.48% from 255) = 25.88%

R = 40.35%
G = 33.77%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B89A76 (or 0xB89A76) is known color: Pale Taupe. HEX triplet: B8, 9A and 76. RGB value is (184,154,118). Sum of RGB (Red+Green+Blue) = 184+154+118=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 154 (60.55% from 255 or 33.77% from 456); Blue value is 118 (46.48% from 255 or 25.88% from 456); Max value from RGB is 184 - color contains mainly: red. Hex color #B89A76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89A76 is #476589. Grayscale: #9F9F9F. Windows color (decimal): -4679050 or 7772856. OLE color: 7772856.

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

Color convert

RGB 184 154 118 -
CMYK 0 0.16 0.36 0.28
HSL 32.73º 0.32% 0.59% -
HSV(B) 32.73º 0.36% 0.72% -
XYZ 34.59 34.61 22 -
YUV 158.87 104.94 145.93 -
System Red Green Blue C M Y K H S L
Decimal 184 154 118 0 0.16 0.36 0.28 32.73 0.32 0.59
Hex B8 9A 76 0 10 24 1C 21 20 3B
Octal 270 232 166 0 20 44 34 41 40 73
Binary 10111000 10011010 1110110 0 10000 100100 11100 100001 100000 111011

Color Harmonies of #B89A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89A76

Black with #B89A76

Text Example


Text Example

White with #B89A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89A76; }

 p { color: rgb(184,154,118); }

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

background-color css

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

 a { background-color: rgb(184,154,118); }

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

border-color css

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

 span { border-color: rgb(184,154,118); }

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