#BF9B24

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

Shades of Sahara #BF9B24

Tints of Sahara #BF9B24

Color information

#BF9B24 (or 0xBF9B24) is unknown color: approx Sahara. HEX triplet: BF, 9B and 24. RGB value is (191,155,36). Sum of RGB (Red+Green+Blue) = 191+155+36=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 155 (60.94% from 255 or 40.58% from 382); Blue value is 36 (14.45% from 255 or 9.42% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9B24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9B24 is #4064DB. Grayscale: #989898. Windows color (decimal): -4220124 or 2399167. OLE color: 2399167.

HSL color Cylindrical-coordinate representation of color #BF9B24: hue angle of 46.06º 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 #BF9B24 is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB19115536-
CMYK00.190.810.25
HSL46.06º68.28%44.51%-
HSV(B)46.06º81.15%74.9%-
XYZ33.5334.656.59-
YUV152.262.43155.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50%
GREEN value IS 155 (60.94% from 255) = 40.58%
BLUE value IS 36 (14.45% from 255) = 9.42%
R=50%
G=40.58%
B=9.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911553600.190.810.2546.0668.2844.51
HexBF9B2401351192e442d
Octal27723344023121315610455
Binary10111111100110111001000100111010001110011011101000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9B24; }

 p { color: rgb(191,155,36); }

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

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

 a { background-color: rgb(191,155,36); }

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

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

 span { border-color: rgb(191,155,36); }

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