#BFA026

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

Shades of Sahara #BFA026

Tints of Sahara #BFA026

Color information

#BFA026 (or 0xBFA026) is unknown color: approx Sahara. HEX triplet: BF, A0 and 26. RGB value is (191,160,38). Sum of RGB (Red+Green+Blue) = 191+160+38=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 160 (62.89% from 255 or 41.13% from 389); Blue value is 38 (15.23% from 255 or 9.77% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA026 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA026 is #405FD9. Grayscale: #9B9B9B. Windows color (decimal): -4218842 or 2531519. OLE color: 2531519.

HSL color Cylindrical-coordinate representation of color #BFA026: hue angle of 47.84º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BFA026 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB19116038-
CMYK00.160.800.25
HSL47.84º66.81%44.9%-
HSV(B)47.84º80.1%74.9%-
XYZ34.4136.367.04-
YUV155.3661.77153.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.10%
GREEN value IS 160 (62.89% from 255) = 41.13%
BLUE value IS 38 (15.23% from 255) = 9.77%
R=49.10%
G=41.13%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911603800.160.800.2547.8466.8144.9
HexBFA026010501930432d
Octal27724046020120316010355
Binary10111111101000001001100100001010000110011100001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA026; }

 p { color: rgb(191,160,38); }

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

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

 a { background-color: rgb(191,160,38); }

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

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

 span { border-color: rgb(191,160,38); }

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