#BDB14A

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

Shades of Sundance #BDB14A

Tints of Sundance #BDB14A

Color information

#BDB14A (or 0xBDB14A) is unknown color: approx Sundance. HEX triplet: BD, B1 and 4A. RGB value is (189,177,74). Sum of RGB (Red+Green+Blue) = 189+177+74=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 177 (69.53% from 255 or 40.23% from 440); Blue value is 74 (29.30% from 255 or 16.82% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB14A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB14A is #424EB5. Grayscale: #A9A9A9. Windows color (decimal): -4345526 or 4895165. OLE color: 4895165.

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

Color convert

RGB18917774-
CMYK00.060.610.26
HSL53.74º46.56%51.57%-
HSV(B)53.74º60.85%74.12%-
XYZ37.9442.7612.73-
YUV168.8574.48142.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.95%
GREEN value IS 177 (69.53% from 255) = 40.23%
BLUE value IS 74 (29.30% from 255) = 16.82%
R=42.95%
G=40.23%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891777400.060.610.2653.7446.5651.57
HexBDB14A063D1A362f34
Octal275261112067532665764
Binary10111101101100011001010011011110111010110110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB14A; }

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

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

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

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

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

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

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

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