#BF9F34

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

Shades of Sahara #BF9F34

Tints of Sahara #BF9F34

Color information

#BF9F34 (or 0xBF9F34) is unknown color: approx Sahara. HEX triplet: BF, 9F and 34. RGB value is (191,159,52). Sum of RGB (Red+Green+Blue) = 191+159+52=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 159 (62.5% from 255 or 39.55% from 402); Blue value is 52 (20.70% from 255 or 12.94% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9F34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9F34 is #4060CB. Grayscale: #9C9C9C. Windows color (decimal): -4219084 or 3448767. OLE color: 3448767.

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

Color convert

RGB19115952-
CMYK00.170.730.25
HSL46.19º57.2%47.65%-
HSV(B)46.19º72.77%74.9%-
XYZ34.536.128.4-
YUV156.3769.1152.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.51%
GREEN value IS 159 (62.5% from 255) = 39.55%
BLUE value IS 52 (20.70% from 255) = 12.94%
R=47.51%
G=39.55%
B=12.94%

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
Decimal1911595200.170.730.2546.1957.247.65
HexBF9F3401149192e3930
Octal2772376402111131567160
Binary1011111110011111110100010001100100111001101110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9F34; }

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

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

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

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

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

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

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

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