#BCA02A

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

Shades of Sahara #BCA02A

Tints of Sahara #BCA02A

Color information

#BCA02A (or 0xBCA02A) is unknown color: approx Sahara. HEX triplet: BC, A0 and 2A. RGB value is (188,160,42). Sum of RGB (Red+Green+Blue) = 188+160+42=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 160 (62.89% from 255 or 41.03% from 390); Blue value is 42 (16.80% from 255 or 10.77% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA02A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA02A is #435FD5. Grayscale: #9B9B9B. Windows color (decimal): -4415446 or 2793660. OLE color: 2793660.

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

Color convert

RGB18816042-
CMYK00.150.780.26
HSL48.49º63.48%45.1%-
HSV(B)48.49º77.66%73.73%-
XYZ33.73367.36-
YUV154.9264.28151.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.21%
GREEN value IS 160 (62.89% from 255) = 41.03%
BLUE value IS 42 (16.80% from 255) = 10.77%
R=48.21%
G=41.03%
B=10.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881604200.150.780.2648.4963.4845.1
HexBCA02A0F4E1A303f2d
Octal2742405201711632607755
Binary101111001010000010101001111100111011010110000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA02A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA02A; }

 p { color: rgb(188,160,42); }

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

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

 a { background-color: rgb(188,160,42); }

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

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

 span { border-color: rgb(188,160,42); }

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