#BDB050

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

Shades of Sundance #BDB050

Tints of Sundance #BDB050

Color information

#BDB050 (or 0xBDB050) is unknown color: approx Sundance. HEX triplet: BD, B0 and 50. RGB value is (189,176,80). Sum of RGB (Red+Green+Blue) = 189+176+80=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 176 (69.14% from 255 or 39.55% from 445); Blue value is 80 (31.64% from 255 or 17.98% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB050 is #424FAF. Grayscale: #A9A9A9. Windows color (decimal): -4345776 or 5288125. OLE color: 5288125.

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

Color convert

RGB18917680-
CMYK00.070.580.26
HSL52.84º45.23%52.75%-
HSV(B)52.84º57.67%74.12%-
XYZ37.9642.4513.78-
YUV168.9477.81142.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.47%
GREEN value IS 176 (69.14% from 255) = 39.55%
BLUE value IS 80 (31.64% from 255) = 17.98%
R=42.47%
G=39.55%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891768000.070.580.2652.8445.2352.75
HexBDB050073A1A352d35
Octal275260120077232655565
Binary10111101101100001010000011111101011010110101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB050; }

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

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

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

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

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

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

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

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