#BDB44D

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

Shades of Sundance #BDB44D

Tints of Sundance #BDB44D

Color information

#BDB44D (or 0xBDB44D) is unknown color: approx Sundance. HEX triplet: BD, B4 and 4D. RGB value is (189,180,77). Sum of RGB (Red+Green+Blue) = 189+180+77=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 180 (70.70% from 255 or 40.36% from 446); Blue value is 77 (30.47% from 255 or 17.26% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB44D is #424BB2. Grayscale: #ABABAB. Windows color (decimal): -4344755 or 5092541. OLE color: 5092541.

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

Color convert

RGB18918077-
CMYK00.050.590.26
HSL55.18º45.9%52.16%-
HSV(B)55.18º59.26%74.12%-
XYZ38.654413.48-
YUV170.9574.98140.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.38%
GREEN value IS 180 (70.70% from 255) = 40.36%
BLUE value IS 77 (30.47% from 255) = 17.26%
R=42.38%
G=40.36%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891807700.050.590.2655.1845.952.16
HexBDB44D053B1A372e34
Octal275264115057332675664
Binary10111101101101001001101010111101111010110111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB44D; }

 p { color: rgb(189,180,77); }

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

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

 a { background-color: rgb(189,180,77); }

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

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

 span { border-color: rgb(189,180,77); }

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