#BDA024

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

Shades of Sahara #BDA024

Tints of Sahara #BDA024

Color information

#BDA024 (or 0xBDA024) is unknown color: approx Sahara. HEX triplet: BD, A0 and 24. RGB value is (189,160,36). Sum of RGB (Red+Green+Blue) = 189+160+36=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 160 (62.89% from 255 or 41.56% from 385); Blue value is 36 (14.45% from 255 or 9.35% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA024 is #425FDB. Grayscale: #9B9B9B. Windows color (decimal): -4349916 or 2400445. OLE color: 2400445.

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

Color convert

RGB18916036-
CMYK00.150.810.26
HSL48.63º68%44.12%-
HSV(B)48.63º80.95%74.12%-
XYZ33.8836.096.85-
YUV154.5461.11152.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.09%
GREEN value IS 160 (62.89% from 255) = 41.56%
BLUE value IS 36 (14.45% from 255) = 9.35%
R=49.09%
G=41.56%
B=9.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.81
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891603600.150.810.2648.636844.12
HexBDA0240F511A31442c
Octal27524044017121326110454
Binary1011110110100000100100011111010001110101100011000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA024; }

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

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

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

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

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

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

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

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