#BDA354

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

Shades of Sundance #BDA354

Tints of Sundance #BDA354

Color information

#BDA354 (or 0xBDA354) is unknown color: approx Sundance. HEX triplet: BD, A3 and 54. RGB value is (189,163,84). Sum of RGB (Red+Green+Blue) = 189+163+84=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 84 (33.20% from 255 or 19.27% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA354 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA354 is #425CAB. Grayscale: #A2A2A2. Windows color (decimal): -4349100 or 5546941. OLE color: 5546941.

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

Color convert

RGB18916384-
CMYK00.140.560.26
HSL45.14º44.3%53.53%-
HSV(B)45.14º55.56%74.12%-
XYZ35.6837.6513.77-
YUV161.7784.11147.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.35%
GREEN value IS 163 (64.06% from 255) = 37.39%
BLUE value IS 84 (33.20% from 255) = 19.27%
R=43.35%
G=37.39%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891638400.140.560.2645.1444.353.53
HexBDA3540E381A2d2c36
Octal2752431240167032555466
Binary101111011010001110101000111011100011010101101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA354; }

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

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

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

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

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

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

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

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