#B8A07E

Color #B8A07E Pale Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Taupe #B8A07E

Tints of Pale Taupe #B8A07E

Color information

#B8A07E (or 0xB8A07E) is unknown color: approx Pale Taupe. HEX triplet: B8, A0 and 7E. RGB value is (184,160,126). Sum of RGB (Red+Green+Blue) = 184+160+126=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 126 (49.61% from 255 or 26.81% from 470); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A07E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A07E is #475F81. Grayscale: #A3A3A3. Windows color (decimal): -4677506 or 8298680. OLE color: 8298680.

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

Color convert

RGB184160126-
CMYK00.130.320.28
HSL35.17º29%60.78%-
HSV(B)35.17º31.52%72.16%-
XYZ36.136.8424.95-
YUV163.3106.95142.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.15%
GREEN value IS 160 (62.89% from 255) = 34.04%
BLUE value IS 126 (49.61% from 255) = 26.81%
R=39.15%
G=34.04%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416012600.130.320.2835.172960.78
HexB8A07E0D201C231d3d
Octal2702401760154034433575
Binary10111000101000001111110011011000001110010001111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A07E; }

 p { color: rgb(184,160,126); }

 H1.HeaderClassName
 {
   color: #B8A07E;
 }
 .AnyTagClassName
 {
   color: #B8A07E;
 }
</style>
background-color css

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

 a { background-color: rgb(184,160,126); }

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

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

 span { border-color: rgb(184,160,126); }

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