#BDA22C

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

Shades of Sahara #BDA22C

Tints of Sahara #BDA22C

Color information

#BDA22C (or 0xBDA22C) is unknown color: approx Sahara. HEX triplet: BD, A2 and 2C. RGB value is (189,162,44). Sum of RGB (Red+Green+Blue) = 189+162+44=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 162 (63.67% from 255 or 41.01% from 395); Blue value is 44 (17.58% from 255 or 11.14% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA22C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA22C is #425DD3. Grayscale: #9D9D9D. Windows color (decimal): -4349396 or 2925245. OLE color: 2925245.

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

Color convert

RGB18916244-
CMYK00.140.770.26
HSL48.83º62.23%45.69%-
HSV(B)48.83º76.72%74.12%-
XYZ34.3636.847.68-
YUV156.6264.45151.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.85%
GREEN value IS 162 (63.67% from 255) = 41.01%
BLUE value IS 44 (17.58% from 255) = 11.14%
R=47.85%
G=41.01%
B=11.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891624400.140.770.2648.8362.2345.69
HexBDA22C0E4D1A313e2e
Octal2752425401611532617656
Binary101111011010001010110001110100110111010110001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA22C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA22C; }

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

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

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

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

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

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

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

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