#BDA02E

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

Shades of Sahara #BDA02E

Tints of Sahara #BDA02E

Color information

#BDA02E (or 0xBDA02E) is unknown color: approx Sahara. HEX triplet: BD, A0 and 2E. RGB value is (189,160,46). Sum of RGB (Red+Green+Blue) = 189+160+46=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 160 (62.89% from 255 or 40.51% from 395); Blue value is 46 (18.36% from 255 or 11.65% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA02E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA02E is #425FD1. Grayscale: #9C9C9C. Windows color (decimal): -4349906 or 3055805. OLE color: 3055805.

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

Color convert

RGB18916046-
CMYK00.150.760.26
HSL47.83º60.85%46.08%-
HSV(B)47.83º75.66%74.12%-
XYZ34.0536.167.77-
YUV155.6766.11151.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.85%
GREEN value IS 160 (62.89% from 255) = 40.51%
BLUE value IS 46 (18.36% from 255) = 11.65%
R=47.85%
G=40.51%
B=11.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891604600.150.760.2647.8360.8546.08
HexBDA02E0F4C1A303d2e
Octal2752405601711432607556
Binary101111011010000010111001111100110011010110000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA02E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA02E; }

 p { color: rgb(189,160,46); }

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

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

 a { background-color: rgb(189,160,46); }

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

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

 span { border-color: rgb(189,160,46); }

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