#BDB635

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

Shades of Old Gold #BDB635

Tints of Old Gold #BDB635

Color information

#BDB635 (or 0xBDB635) is unknown color: approx Old Gold. HEX triplet: BD, B6 and 35. RGB value is (189,182,53). Sum of RGB (Red+Green+Blue) = 189+182+53=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 182 (71.48% from 255 or 42.92% from 424); Blue value is 53 (21.09% from 255 or 12.5% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB635 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB635 is #4249CA. Grayscale: #A9A9A9. Windows color (decimal): -4344267 or 3520189. OLE color: 3520189.

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

Color convert

RGB18918253-
CMYK00.040.720.26
HSL56.91º56.2%47.45%-
HSV(B)56.91º71.96%74.12%-
XYZ38.3644.539.94-
YUV169.3962.32141.99-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.58%
GREEN value IS 182 (71.48% from 255) = 42.92%
BLUE value IS 53 (21.09% from 255) = 12.5%
R=44.58%
G=42.92%
B=12.5%

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
Decimal1891825300.040.720.2656.9156.247.45
HexBDB63504481A39382f
Octal275266650411032717057
Binary10111101101101101101010100100100011010111001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB635; }

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

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

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

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

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

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

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

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