#BF9E25

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

Shades of Sahara #BF9E25

Tints of Sahara #BF9E25

Color information

#BF9E25 (or 0xBF9E25) is unknown color: approx Sahara. HEX triplet: BF, 9E and 25. RGB value is (191,158,37). Sum of RGB (Red+Green+Blue) = 191+158+37=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 158 (62.11% from 255 or 40.93% from 386); Blue value is 37 (14.84% from 255 or 9.59% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9E25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9E25 is #4061DA. Grayscale: #9A9A9A. Windows color (decimal): -4219355 or 2465471. OLE color: 2465471.

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

Color convert

RGB19115837-
CMYK00.170.810.25
HSL47.14º67.54%44.71%-
HSV(B)47.14º80.63%74.9%-
XYZ34.0535.666.84-
YUV154.0761.93154.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.48%
GREEN value IS 158 (62.11% from 255) = 40.93%
BLUE value IS 37 (14.84% from 255) = 9.59%
R=49.48%
G=40.93%
B=9.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911583700.170.810.2547.1467.5444.71
HexBF9E2501151192f442d
Octal27723645021121315710455
Binary10111111100111101001010100011010001110011011111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9E25; }

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

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

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

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

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

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

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

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