#BDB04E

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

Shades of Sundance #BDB04E

Tints of Sundance #BDB04E

Color information

#BDB04E (or 0xBDB04E) is unknown color: approx Sundance. HEX triplet: BD, B0 and 4E. RGB value is (189,176,78). Sum of RGB (Red+Green+Blue) = 189+176+78=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 176 (69.14% from 255 or 39.73% from 443); Blue value is 78 (30.86% from 255 or 17.61% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB04E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB04E is #424FB1. Grayscale: #A9A9A9. Windows color (decimal): -4345778 or 5157053. OLE color: 5157053.

HSL color Cylindrical-coordinate representation of color #BDB04E: hue angle of 52.97º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDB04E is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB18917678-
CMYK00.070.590.26
HSL52.97º45.68%52.35%-
HSV(B)52.97º58.73%74.12%-
XYZ37.8942.4213.4-
YUV168.7176.81142.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.66%
GREEN value IS 176 (69.14% from 255) = 39.73%
BLUE value IS 78 (30.86% from 255) = 17.61%
R=42.66%
G=39.73%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891767800.070.590.2652.9745.6852.35
HexBDB04E073B1A352e34
Octal275260116077332655664
Binary10111101101100001001110011111101111010110101101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB04E; }

 p { color: rgb(189,176,78); }

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

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

 a { background-color: rgb(189,176,78); }

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

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

 span { border-color: rgb(189,176,78); }

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