#BF9C26

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

Shades of Sahara #BF9C26

Tints of Sahara #BF9C26

Color information

#BF9C26 (or 0xBF9C26) is unknown color: approx Sahara. HEX triplet: BF, 9C and 26. RGB value is (191,156,38). Sum of RGB (Red+Green+Blue) = 191+156+38=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 38 (15.23% from 255 or 9.87% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9C26 is #4063D9. Grayscale: #999999. Windows color (decimal): -4219866 or 2530495. OLE color: 2530495.

HSL color Cylindrical-coordinate representation of color #BF9C26: hue angle of 46.27º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF9C26 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB19115638-
CMYK00.180.800.25
HSL46.27º66.81%44.9%-
HSV(B)46.27º80.1%74.9%-
XYZ33.7234.996.81-
YUV153.0163.1155.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.61%
GREEN value IS 156 (61.33% from 255) = 40.52%
BLUE value IS 38 (15.23% from 255) = 9.87%
R=49.61%
G=40.52%
B=9.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911563800.180.800.2546.2766.8144.9
HexBF9C2601250192e432d
Octal27723446022120315610355
Binary10111111100111001001100100101010000110011011101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9C26; }

 p { color: rgb(191,156,38); }

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

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

 a { background-color: rgb(191,156,38); }

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

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

 span { border-color: rgb(191,156,38); }

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