#BDA349

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

Shades of Sundance #BDA349

Tints of Sundance #BDA349

Color information

#BDA349 (or 0xBDA349) is unknown color: approx Sundance. HEX triplet: BD, A3 and 49. RGB value is (189,163,73). Sum of RGB (Red+Green+Blue) = 189+163+73=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 73 (28.91% from 255 or 17.18% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA349 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA349 is #425CB6. Grayscale: #A0A0A0. Windows color (decimal): -4349111 or 4826045. OLE color: 4826045.

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

Color convert

RGB18916373-
CMYK00.140.610.26
HSL46.55º46.77%51.37%-
HSV(B)46.55º61.38%74.12%-
XYZ35.2937.4911.68-
YUV160.5178.61148.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.47%
GREEN value IS 163 (64.06% from 255) = 38.35%
BLUE value IS 73 (28.91% from 255) = 17.18%
R=44.47%
G=38.35%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891637300.140.610.2646.5546.7751.37
HexBDA3490E3D1A2f2f33
Octal2752431110167532575763
Binary101111011010001110010010111011110111010101111101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA349; }

 p { color: rgb(189,163,73); }

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

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

 a { background-color: rgb(189,163,73); }

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

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

 span { border-color: rgb(189,163,73); }

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