#BDB150

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

Shades of Sundance #BDB150

Tints of Sundance #BDB150

Color information

#BDB150 (or 0xBDB150) is unknown color: approx Sundance. HEX triplet: BD, B1 and 50. RGB value is (189,177,80). Sum of RGB (Red+Green+Blue) = 189+177+80=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 177 (69.53% from 255 or 39.69% from 446); Blue value is 80 (31.64% from 255 or 17.94% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB150 is #424EAF. Grayscale: #A9A9A9. Windows color (decimal): -4345520 or 5288381. OLE color: 5288381.

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

Color convert

RGB18917780-
CMYK00.060.580.26
HSL53.39º45.23%52.75%-
HSV(B)53.39º57.67%74.12%-
XYZ38.1642.8413.85-
YUV169.5377.48141.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.38%
GREEN value IS 177 (69.53% from 255) = 39.69%
BLUE value IS 80 (31.64% from 255) = 17.94%
R=42.38%
G=39.69%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891778000.060.580.2653.3945.2352.75
HexBDB150063A1A352d35
Octal275261120067232655565
Binary10111101101100011010000011011101011010110101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB150; }

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

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

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

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

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

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

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

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