Html Css Color HEX #B8977A Pale Taupe

📋 copy color: '#B8977A'

red 184 ◦ green 151 ◦ blue 122

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

Shades of Pale Taupe #B8977A

Tints of Pale Taupe #B8977A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.04%

 BLUE value IS 122 (48.05% from 255) = 26.7%

R = 40.26%
G = 33.04%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#B8977A (or 0xB8977A) is known color: Pale Taupe. HEX triplet: B8, 97 and 7A. RGB value is (184,151,122). Sum of RGB (Red+Green+Blue) = 184+151+122=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 151 (59.38% from 255 or 33.04% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 184 - color contains mainly: red. Hex color #B8977A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8977A is #476885. Grayscale: #9D9D9D. Windows color (decimal): -4679814 or 8034232. OLE color: 8034232.

HSL color Cylindrical-coordinate representation of color #B8977A: hue angle of 28.06º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B8977A is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 151 122 -
CMYK 0 0.18 0.34 0.28
HSL 28.06º 0.3% 0.6% -
HSV(B) 28.06º 0.34% 0.72% -
XYZ 34.35 33.73 23.11 -
YUV 157.56 107.93 146.86 -
System Red Green Blue C M Y K H S L
Decimal 184 151 122 0 0.18 0.34 0.28 28.06 0.3 0.6
Hex B8 97 7A 0 12 22 1C 1C 1E 3C
Octal 270 227 172 0 22 42 34 34 36 74
Binary 10111000 10010111 1111010 0 10010 100010 11100 11100 11110 111100

Color Harmonies of #B8977A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8977A

Black with #B8977A

Text Example


Text Example

White with #B8977A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8977A; }

 p { color: rgb(184,151,122); }

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

background-color css

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

 a { background-color: rgb(184,151,122); }

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

border-color css

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

 span { border-color: rgb(184,151,122); }

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