#BDB14B

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

Shades of Sundance #BDB14B

Tints of Sundance #BDB14B

Color information

#BDB14B (or 0xBDB14B) is unknown color: approx Sundance. HEX triplet: BD, B1 and 4B. RGB value is (189,177,75). Sum of RGB (Red+Green+Blue) = 189+177+75=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 177 (69.53% from 255 or 40.14% from 441); Blue value is 75 (29.69% from 255 or 17.01% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB14B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB14B is #424EB4. Grayscale: #A9A9A9. Windows color (decimal): -4345525 or 4960701. OLE color: 4960701.

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

Color convert

RGB18917775-
CMYK00.060.600.26
HSL53.68º46.34%51.76%-
HSV(B)53.68º60.32%74.12%-
XYZ37.9842.7712.91-
YUV168.9674.98142.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.86%
GREEN value IS 177 (69.53% from 255) = 40.14%
BLUE value IS 75 (29.69% from 255) = 17.01%
R=42.86%
G=40.14%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891777500.060.600.2653.6846.3451.76
HexBDB14B063C1A362e34
Octal275261113067432665664
Binary10111101101100011001011011011110011010110110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB14B; }

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

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

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

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

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

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

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

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