#BF9F27

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

Shades of Sahara #BF9F27

Tints of Sahara #BF9F27

Color information

#BF9F27 (or 0xBF9F27) is unknown color: approx Sahara. HEX triplet: BF, 9F and 27. RGB value is (191,159,39). Sum of RGB (Red+Green+Blue) = 191+159+39=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 159 (62.5% from 255 or 40.87% from 389); Blue value is 39 (15.62% from 255 or 10.03% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9F27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9F27 is #4060D8. Grayscale: #9B9B9B. Windows color (decimal): -4219097 or 2596799. OLE color: 2596799.

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

Color convert

RGB19115939-
CMYK00.170.800.25
HSL47.37º66.09%45.1%-
HSV(B)47.37º79.58%74.9%-
XYZ34.2536.027.07-
YUV154.8962.6153.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.10%
GREEN value IS 159 (62.5% from 255) = 40.87%
BLUE value IS 39 (15.62% from 255) = 10.03%
R=49.10%
G=40.87%
B=10.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911593900.170.800.2547.3766.0945.1
HexBF9F2701150192f422d
Octal27723747021120315710255
Binary10111111100111111001110100011010000110011011111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9F27; }

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

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

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

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

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

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

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

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