#BF9E2E

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

Shades of Sahara #BF9E2E

Tints of Sahara #BF9E2E

Color information

#BF9E2E (or 0xBF9E2E) is unknown color: approx Sahara. HEX triplet: BF, 9E and 2E. RGB value is (191,158,46). Sum of RGB (Red+Green+Blue) = 191+158+46=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 46 (18.36% from 255 or 11.65% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9E2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9E2E is #4061D1. Grayscale: #9B9B9B. Windows color (decimal): -4219346 or 3055295. OLE color: 3055295.

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

Color convert

RGB19115846-
CMYK00.170.760.25
HSL46.34º61.18%46.47%-
HSV(B)46.34º75.92%74.9%-
XYZ34.2135.737.68-
YUV155.166.43153.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.35%
GREEN value IS 158 (62.11% from 255) = 40%
BLUE value IS 46 (18.36% from 255) = 11.65%
R=48.35%
G=40%
B=11.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911584600.170.760.2546.3461.1846.47
HexBF9E2E0114C192e3d2e
Octal2772365602111431567556
Binary1011111110011110101110010001100110011001101110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9E2E; }

 p { color: rgb(191,158,46); }

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

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

 a { background-color: rgb(191,158,46); }

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

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

 span { border-color: rgb(191,158,46); }

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