#BC9E2C

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

Shades of Sahara #BC9E2C

Tints of Sahara #BC9E2C

Color information

#BC9E2C (or 0xBC9E2C) is unknown color: approx Sahara. HEX triplet: BC, 9E and 2C. RGB value is (188,158,44). Sum of RGB (Red+Green+Blue) = 188+158+44=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 158 (62.11% from 255 or 40.51% from 390); Blue value is 44 (17.58% from 255 or 11.28% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9E2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9E2C is #4361D3. Grayscale: #9A9A9A. Windows color (decimal): -4415956 or 2924220. OLE color: 2924220.

HSL color Cylindrical-coordinate representation of color #BC9E2C: hue angle of 47.5º 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 #BC9E2C is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB18815844-
CMYK00.160.770.26
HSL47.5º62.07%45.49%-
HSV(B)47.5º76.6%73.73%-
XYZ33.4235.337.44-
YUV153.9765.94152.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.21%
GREEN value IS 158 (62.11% from 255) = 40.51%
BLUE value IS 44 (17.58% from 255) = 11.28%
R=48.21%
G=40.51%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881584400.160.770.2647.562.0745.49
HexBC9E2C0104D1A303e2d
Octal2742365402011532607655
Binary1011110010011110101100010000100110111010110000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9E2C; }

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

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

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

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

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

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

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

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