#BDA351

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

Shades of Sundance #BDA351

Tints of Sundance #BDA351

Color information

#BDA351 (or 0xBDA351) is unknown color: approx Sundance. HEX triplet: BD, A3 and 51. RGB value is (189,163,81). Sum of RGB (Red+Green+Blue) = 189+163+81=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 81 (32.03% from 255 or 18.71% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA351 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA351 is #425CAE. Grayscale: #A1A1A1. Windows color (decimal): -4349103 or 5350333. OLE color: 5350333.

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

Color convert

RGB18916381-
CMYK00.140.570.26
HSL45.56º45%52.94%-
HSV(B)45.56º57.14%74.12%-
XYZ35.5737.6113.17-
YUV161.4382.61147.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.65%
GREEN value IS 163 (64.06% from 255) = 37.64%
BLUE value IS 81 (32.03% from 255) = 18.71%
R=43.65%
G=37.64%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891638100.140.570.2645.564552.94
HexBDA3510E391A2e2d35
Octal2752431210167132565565
Binary101111011010001110100010111011100111010101110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA351; }

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

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

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

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

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

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

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

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