#BDB34B

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

Shades of Sundance #BDB34B

Tints of Sundance #BDB34B

Color information

#BDB34B (or 0xBDB34B) is unknown color: approx Sundance. HEX triplet: BD, B3 and 4B. RGB value is (189,179,75). Sum of RGB (Red+Green+Blue) = 189+179+75=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 75 (29.69% from 255 or 16.93% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB34B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB34B is #424CB4. Grayscale: #AAAAAA. Windows color (decimal): -4345013 or 4961213. OLE color: 4961213.

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

Color convert

RGB18917975-
CMYK00.050.600.26
HSL54.74º46.34%51.76%-
HSV(B)54.74º60.32%74.12%-
XYZ38.3843.5713.04-
YUV170.1374.31141.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.66%
GREEN value IS 179 (70.31% from 255) = 40.41%
BLUE value IS 75 (29.69% from 255) = 16.93%
R=42.66%
G=40.41%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891797500.050.600.2654.7446.3451.76
HexBDB34B053C1A372e34
Octal275263113057432675664
Binary10111101101100111001011010111110011010110111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB34B; }

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

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

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

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

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

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

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

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