#BC9F2C

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

Shades of Sahara #BC9F2C

Tints of Sahara #BC9F2C

Color information

#BC9F2C (or 0xBC9F2C) is unknown color: approx Sahara. HEX triplet: BC, 9F and 2C. RGB value is (188,159,44). Sum of RGB (Red+Green+Blue) = 188+159+44=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 159 (62.5% from 255 or 40.66% from 391); Blue value is 44 (17.58% from 255 or 11.25% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9F2C is #4360D3. Grayscale: #9B9B9B. Windows color (decimal): -4415700 or 2924476. OLE color: 2924476.

HSL color Cylindrical-coordinate representation of color #BC9F2C: hue angle of 47.92º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC9F2C is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB18815944-
CMYK00.150.770.26
HSL47.92º62.07%45.49%-
HSV(B)47.92º76.6%73.73%-
XYZ33.5935.677.5-
YUV154.5665.61151.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.08%
GREEN value IS 159 (62.5% from 255) = 40.66%
BLUE value IS 44 (17.58% from 255) = 11.25%
R=48.08%
G=40.66%
B=11.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881594400.150.770.2647.9262.0745.49
HexBC9F2C0F4D1A303e2d
Octal2742375401711532607655
Binary101111001001111110110001111100110111010110000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9F2C; }

 p { color: rgb(188,159,44); }

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

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

 a { background-color: rgb(188,159,44); }

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

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

 span { border-color: rgb(188,159,44); }

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