#BDA22E

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

Shades of Sahara #BDA22E

Tints of Sahara #BDA22E

Color information

#BDA22E (or 0xBDA22E) is unknown color: approx Sahara. HEX triplet: BD, A2 and 2E. RGB value is (189,162,46). Sum of RGB (Red+Green+Blue) = 189+162+46=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 46 (18.36% from 255 or 11.59% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA22E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA22E is #425DD1. Grayscale: #9D9D9D. Windows color (decimal): -4349394 or 3056317. OLE color: 3056317.

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

Color convert

RGB18916246-
CMYK00.140.760.26
HSL48.67º60.85%46.08%-
HSV(B)48.67º75.66%74.12%-
XYZ34.436.867.89-
YUV156.8565.45150.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.61%
GREEN value IS 162 (63.67% from 255) = 40.81%
BLUE value IS 46 (18.36% from 255) = 11.59%
R=47.61%
G=40.81%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891624600.140.760.2648.6760.8546.08
HexBDA22E0E4C1A313d2e
Octal2752425601611432617556
Binary101111011010001010111001110100110011010110001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA22E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA22E; }

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

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

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

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

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

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

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

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