#BDB634

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

Shades of Old Gold #BDB634

Tints of Old Gold #BDB634

Color information

#BDB634 (or 0xBDB634) is unknown color: approx Old Gold. HEX triplet: BD, B6 and 34. RGB value is (189,182,52). Sum of RGB (Red+Green+Blue) = 189+182+52=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 182 (71.48% from 255 or 43.03% from 423); Blue value is 52 (20.70% from 255 or 12.29% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB634 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB634 is #4249CB. Grayscale: #A9A9A9. Windows color (decimal): -4344268 or 3454653. OLE color: 3454653.

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

Color convert

RGB18918252-
CMYK00.040.720.26
HSL56.93º56.85%47.25%-
HSV(B)56.93º72.49%74.12%-
XYZ38.3344.529.82-
YUV169.2761.82142.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.68%
GREEN value IS 182 (71.48% from 255) = 43.03%
BLUE value IS 52 (20.70% from 255) = 12.29%
R=44.68%
G=43.03%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891825200.040.720.2656.9356.8547.25
HexBDB63404481A39392f
Octal275266640411032717157
Binary10111101101101101101000100100100011010111001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB634; }

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

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

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

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

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

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

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

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