#BDB734

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

Shades of Old Gold #BDB734

Tints of Old Gold #BDB734

Color information

#BDB734 (or 0xBDB734) is unknown color: approx Old Gold. HEX triplet: BD, B7 and 34. RGB value is (189,183,52). Sum of RGB (Red+Green+Blue) = 189+183+52=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 183 (71.88% from 255 or 43.16% from 424); Blue value is 52 (20.70% from 255 or 12.26% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB734 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB734 is #4248CB. Grayscale: #AAAAAA. Windows color (decimal): -4344012 or 3454909. OLE color: 3454909.

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

Color convert

RGB18918352-
CMYK00.030.720.26
HSL57.37º56.85%47.25%-
HSV(B)57.37º72.49%74.12%-
XYZ38.5444.939.89-
YUV169.8661.49141.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.58%
GREEN value IS 183 (71.88% from 255) = 43.16%
BLUE value IS 52 (20.70% from 255) = 12.26%
R=44.58%
G=43.16%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891835200.030.720.2657.3756.8547.25
HexBDB73403481A39392f
Octal275267640311032717157
Binary1011110110110111110100011100100011010111001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB734; }

 p { color: rgb(189,183,52); }

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

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

 a { background-color: rgb(189,183,52); }

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

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

 span { border-color: rgb(189,183,52); }

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