#BFA027

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

Shades of Sahara #BFA027

Tints of Sahara #BFA027

Color information

#BFA027 (or 0xBFA027) is unknown color: approx Sahara. HEX triplet: BF, A0 and 27. RGB value is (191,160,39). Sum of RGB (Red+Green+Blue) = 191+160+39=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 160 (62.89% from 255 or 41.03% from 390); Blue value is 39 (15.62% from 255 or 10% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA027 is #405FD8. Grayscale: #9B9B9B. Windows color (decimal): -4218841 or 2597055. OLE color: 2597055.

HSL color Cylindrical-coordinate representation of color #BFA027: hue angle of 47.76º degrees, saturation: 0.66, 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 #BFA027 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB19116039-
CMYK00.160.800.25
HSL47.76º66.09%45.1%-
HSV(B)47.76º79.58%74.9%-
XYZ34.4236.367.12-
YUV155.4862.27153.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.97%
GREEN value IS 160 (62.89% from 255) = 41.03%
BLUE value IS 39 (15.62% from 255) = 10%
R=48.97%
G=41.03%
B=10%

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
Decimal1911603900.160.800.2547.7666.0945.1
HexBFA027010501930422d
Octal27724047020120316010255
Binary10111111101000001001110100001010000110011100001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA027; }

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

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

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

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

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

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

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

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