#BF9F33

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

Shades of Sahara #BF9F33

Tints of Sahara #BF9F33

Color information

#BF9F33 (or 0xBF9F33) is unknown color: approx Sahara. HEX triplet: BF, 9F and 33. RGB value is (191,159,51). Sum of RGB (Red+Green+Blue) = 191+159+51=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 51 (20.31% from 255 or 12.72% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9F33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9F33 is #4060CC. Grayscale: #9C9C9C. Windows color (decimal): -4219085 or 3383231. OLE color: 3383231.

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

Color convert

RGB19115951-
CMYK00.170.730.25
HSL46.29º57.85%47.45%-
HSV(B)46.29º73.3%74.9%-
XYZ34.4836.118.28-
YUV156.2668.6152.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.63%
GREEN value IS 159 (62.5% from 255) = 39.65%
BLUE value IS 51 (20.31% from 255) = 12.72%
R=47.63%
G=39.65%
B=12.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911595100.170.730.2546.2957.8547.45
HexBF9F3301149192e3a2f
Octal2772376302111131567257
Binary1011111110011111110011010001100100111001101110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9F33; }

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

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

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

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

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

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

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

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