#BF9C83

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

Shades of Pale Taupe #BF9C83

Tints of Pale Taupe #BF9C83

Color information

#BF9C83 (or 0xBF9C83) is unknown color: approx Pale Taupe. HEX triplet: BF, 9C and 83. RGB value is (191,156,131). Sum of RGB (Red+Green+Blue) = 191+156+131=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 131 (51.56% from 255 or 27.41% from 478); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9C83 is #40637C. Grayscale: #A3A3A3. Windows color (decimal): -4219773 or 8625343. OLE color: 8625343.

HSL color Cylindrical-coordinate representation of color #BF9C83: hue angle of 25º 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 #BF9C83 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB191156131-
CMYK00.180.310.25
HSL25º31.91%63.14%-
HSV(B)25º31.41%74.9%-
XYZ37.4736.4926.54-
YUV163.61109.6147.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.96%
GREEN value IS 156 (61.33% from 255) = 32.64%
BLUE value IS 131 (51.56% from 255) = 27.41%
R=39.96%
G=32.64%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115613100.180.310.252531.9163.14
HexBF9C830121F1919203f
Octal2772342030223731314077
Binary101111111001110010000011010010111111100111001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9C83; }

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

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

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

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

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

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

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

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