#BFA131

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

Shades of Sahara #BFA131

Tints of Sahara #BFA131

Color information

#BFA131 (or 0xBFA131) is unknown color: approx Sahara. HEX triplet: BF, A1 and 31. RGB value is (191,161,49). Sum of RGB (Red+Green+Blue) = 191+161+49=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 161 (63.28% from 255 or 40.15% from 401); Blue value is 49 (19.53% from 255 or 12.22% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA131 is #405ECE. Grayscale: #9D9D9D. Windows color (decimal): -4218575 or 3252671. OLE color: 3252671.

HSL color Cylindrical-coordinate representation of color #BFA131: hue angle of 47.32º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BFA131 is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB19116149-
CMYK00.160.740.25
HSL47.32º59.17%47.06%-
HSV(B)47.32º74.35%74.9%-
XYZ34.7936.798.17-
YUV157.266.94152.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.63%
GREEN value IS 161 (63.28% from 255) = 40.15%
BLUE value IS 49 (19.53% from 255) = 12.22%
R=47.63%
G=40.15%
B=12.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911614900.160.740.2547.3259.1747.06
HexBFA1310104A192f3b2f
Octal2772416102011231577357
Binary1011111110100001110001010000100101011001101111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA131; }

 p { color: rgb(191,161,49); }

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

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

 a { background-color: rgb(191,161,49); }

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

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

 span { border-color: rgb(191,161,49); }

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