#BDA751

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

Shades of Sundance #BDA751

Tints of Sundance #BDA751

Color information

#BDA751 (or 0xBDA751) is unknown color: approx Sundance. HEX triplet: BD, A7 and 51. RGB value is (189,167,81). Sum of RGB (Red+Green+Blue) = 189+167+81=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 167 (65.62% from 255 or 38.22% from 437); Blue value is 81 (32.03% from 255 or 18.54% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA751 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA751 is #4258AE. Grayscale: #A4A4A4. Windows color (decimal): -4348079 or 5351357. OLE color: 5351357.

HSL color Cylindrical-coordinate representation of color #BDA751: hue angle of 47.78º 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 #BDA751 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB18916781-
CMYK00.120.570.26
HSL47.78º45%52.94%-
HSV(B)47.78º57.14%74.12%-
XYZ36.2939.0513.41-
YUV163.7781.29145.99-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.25%
GREEN value IS 167 (65.62% from 255) = 38.22%
BLUE value IS 81 (32.03% from 255) = 18.54%
R=43.25%
G=38.22%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891678100.120.570.2647.784552.94
HexBDA7510C391A302d35
Octal2752471210147132605565
Binary101111011010011110100010110011100111010110000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA751; }

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

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

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

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

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

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

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

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