#BDA12E

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

Shades of Sahara #BDA12E

Tints of Sahara #BDA12E

Color information

#BDA12E (or 0xBDA12E) is unknown color: approx Sahara. HEX triplet: BD, A1 and 2E. RGB value is (189,161,46). Sum of RGB (Red+Green+Blue) = 189+161+46=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 161 (63.28% from 255 or 40.66% from 396); Blue value is 46 (18.36% from 255 or 11.62% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA12E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA12E is #425ED1. Grayscale: #9C9C9C. Windows color (decimal): -4349650 or 3056061. OLE color: 3056061.

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

Color convert

RGB18916146-
CMYK00.150.760.26
HSL48.25º60.85%46.08%-
HSV(B)48.25º75.66%74.12%-
XYZ34.2236.517.83-
YUV156.2665.78151.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.73%
GREEN value IS 161 (63.28% from 255) = 40.66%
BLUE value IS 46 (18.36% from 255) = 11.62%
R=47.73%
G=40.66%
B=11.62%

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
Decimal1891614600.150.760.2648.2560.8546.08
HexBDA12E0F4C1A303d2e
Octal2752415601711432607556
Binary101111011010000110111001111100110011010110000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA12E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA12E; }

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

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

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

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

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

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

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

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