#BF977E

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

Shades of Pale Taupe #BF977E

Tints of Pale Taupe #BF977E

Color information

#BF977E (or 0xBF977E) is unknown color: approx Pale Taupe. HEX triplet: BF, 97 and 7E. RGB value is (191,151,126). Sum of RGB (Red+Green+Blue) = 191+151+126=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 151 (59.38% from 255 or 32.26% from 468); Blue value is 126 (49.61% from 255 or 26.92% from 468); Max value from RGB is 191 - color contains mainly: red. Hex color #BF977E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF977E is #406881. Grayscale: #A0A0A0. Windows color (decimal): -4221058 or 8296383. OLE color: 8296383.

HSL color Cylindrical-coordinate representation of color #BF977E: hue angle of 23.08º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BF977E is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB191151126-
CMYK00.210.340.25
HSL23.08º33.68%62.16%-
HSV(B)23.08º34.03%74.9%-
XYZ36.3234.7224.53-
YUV160.11108.75150.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.81%
GREEN value IS 151 (59.38% from 255) = 32.26%
BLUE value IS 126 (49.61% from 255) = 26.92%
R=40.81%
G=32.26%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115112600.210.340.2523.0833.6862.16
HexBF977E015221917223e
Octal2772271760254231274276
Binary101111111001011111111100101011000101100110111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF977E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF977E; }

 p { color: rgb(191,151,126); }

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

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

 a { background-color: rgb(191,151,126); }

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

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

 span { border-color: rgb(191,151,126); }

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