#BF977A

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

Shades of Pale Taupe #BF977A

Tints of Pale Taupe #BF977A

Color information

#BF977A (or 0xBF977A) is unknown color: approx Pale Taupe. HEX triplet: BF, 97 and 7A. RGB value is (191,151,122). Sum of RGB (Red+Green+Blue) = 191+151+122=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 191 - color contains mainly: red. Hex color #BF977A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF977A is #406885. Grayscale: #9F9F9F. Windows color (decimal): -4221062 or 8034239. OLE color: 8034239.

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

Color convert

RGB191151122-
CMYK00.210.360.25
HSL25.22º35.03%61.37%-
HSV(B)25.22º36.13%74.9%-
XYZ36.0734.6123.19-
YUV159.65106.75150.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.16%
GREEN value IS 151 (59.38% from 255) = 32.54%
BLUE value IS 122 (48.05% from 255) = 26.29%
R=41.16%
G=32.54%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115112200.210.360.2525.2235.0361.37
HexBF977A015241919233d
Octal2772271720254431314375
Binary101111111001011111110100101011001001100111001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF977A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF977A; }

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

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

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

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

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

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

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

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