#BDA450

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

Shades of Sundance #BDA450

Tints of Sundance #BDA450

Color information

#BDA450 (or 0xBDA450) is unknown color: approx Sundance. HEX triplet: BD, A4 and 50. RGB value is (189,164,80). Sum of RGB (Red+Green+Blue) = 189+164+80=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 80 (31.64% from 255 or 18.48% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA450 is #425BAF. Grayscale: #A2A2A2. Windows color (decimal): -4348848 or 5285053. OLE color: 5285053.

HSL color Cylindrical-coordinate representation of color #BDA450: hue angle of 46.24º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDA450 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB18916480-
CMYK00.130.580.26
HSL46.24º45.23%52.75%-
HSV(B)46.24º57.67%74.12%-
XYZ35.7137.9513.03-
YUV161.981.78147.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.65%
GREEN value IS 164 (64.45% from 255) = 37.88%
BLUE value IS 80 (31.64% from 255) = 18.48%
R=43.65%
G=37.88%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891648000.130.580.2646.2445.2352.75
HexBDA4500D3A1A2e2d35
Octal2752441200157232565565
Binary101111011010010010100000110111101011010101110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA450; }

 p { color: rgb(189,164,80); }

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

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

 a { background-color: rgb(189,164,80); }

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

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

 span { border-color: rgb(189,164,80); }

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