#bf9e2b

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

Shades of Sahara #BF9E2B

Tints of Sahara #BF9E2B

Color information

#BF9E2B (or 0xBF9E2B) is unknown color: approx Sahara. HEX triplet: BF, 9E and 2B. RGB value is (191,158,43). Sum of RGB (Red+Green+Blue) = 191+158+43=392 (51% of max value = 765). Red value is 191 (75% from 255 or 48.72% from 392); Green value is 158 (62.11% from 255 or 40.31% from 392); Blue value is 43 (17.19% from 255 or 10.97% from 392); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9E2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9E2B is #4061D4. Grayscale: #9B9B9B. Windows color (decimal): -4219349 or 2858687. OLE color: 2858687.

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

Color convert

RGB19115843-
CMYK00.170.770.25
HSL46.62º63.25%45.88%-
HSV(B)46.62º77.49%74.9%-
XYZ34.1535.77.38-
YUV154.7664.93153.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.72%
GREEN value IS 158 (62.11% from 255) = 40.31%
BLUE value IS 43 (17.19% from 255) = 10.97%
R=48.72%
G=40.31%
B=10.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911584300.170.770.2546.6263.2545.88
HexBF9E2B0114D192f3f2e
Octal2772365302111531577756
Binary1011111110011110101011010001100110111001101111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf9e2b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf9e2b; }

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

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

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

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

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

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

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

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