#BF9A83

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

Shades of Pale Taupe #BF9A83

Tints of Pale Taupe #BF9A83

Color information

#BF9A83 (or 0xBF9A83) is unknown color: approx Pale Taupe. HEX triplet: BF, 9A and 83. RGB value is (191,154,131). Sum of RGB (Red+Green+Blue) = 191+154+131=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 154 (60.55% from 255 or 32.35% from 476); Blue value is 131 (51.56% from 255 or 27.52% from 476); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9A83 is #40657C. Grayscale: #A2A2A2. Windows color (decimal): -4220285 or 8624831. OLE color: 8624831.

HSL color Cylindrical-coordinate representation of color #BF9A83: hue angle of 23º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BF9A83 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB191154131-
CMYK00.190.310.25
HSL23º31.91%63.14%-
HSV(B)23º31.41%74.9%-
XYZ37.1435.8326.43-
YUV162.44110.26148.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.13%
GREEN value IS 154 (60.55% from 255) = 32.35%
BLUE value IS 131 (51.56% from 255) = 27.52%
R=40.13%
G=32.35%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115413100.190.310.252331.9163.14
HexBF9A830131F1917203f
Octal2772322030233731274077
Binary101111111001101010000011010011111111100110111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9A83; }

 p { color: rgb(191,154,131); }

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

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

 a { background-color: rgb(191,154,131); }

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

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

 span { border-color: rgb(191,154,131); }

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