#BDB151

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

Shades of Sundance #BDB151

Tints of Sundance #BDB151

Color information

#BDB151 (or 0xBDB151) is unknown color: approx Sundance. HEX triplet: BD, B1 and 51. RGB value is (189,177,81). Sum of RGB (Red+Green+Blue) = 189+177+81=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 177 (69.53% from 255 or 39.60% from 447); Blue value is 81 (32.03% from 255 or 18.12% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB151 is #424EAE. Grayscale: #AAAAAA. Windows color (decimal): -4345519 or 5353917. OLE color: 5353917.

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

Color convert

RGB18917781-
CMYK00.060.570.26
HSL53.33º45%52.94%-
HSV(B)53.33º57.14%74.12%-
XYZ38.1942.8614.04-
YUV169.6477.98141.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.28%
GREEN value IS 177 (69.53% from 255) = 39.60%
BLUE value IS 81 (32.03% from 255) = 18.12%
R=42.28%
G=39.60%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891778100.060.570.2653.334552.94
HexBDB15106391A352d35
Octal275261121067132655565
Binary10111101101100011010001011011100111010110101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB151; }

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

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

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

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

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

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

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

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