#bd9505

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

Shades of Dark Goldenrod #BD9505

Tints of Dark Goldenrod #BD9505

Color information

#BD9505 (or 0xBD9505) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 95 and 05. RGB value is (189,149,5). Sum of RGB (Red+Green+Blue) = 189+149+5=343 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.10% from 343); Green value is 149 (58.59% from 255 or 43.44% from 343); Blue value is 5 (2.34% from 255 or 1.46% from 343); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9505 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9505 is #426AFA. Grayscale: #919191. Windows color (decimal): -4352763 or 366013. OLE color: 366013.

HSL color Cylindrical-coordinate representation of color #BD9505: hue angle of 46.96º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD9505 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB1891495-
CMYK00.210.970.26
HSL46.96º94.85%38.04%-
HSV(B)46.96º97.35%74.12%-
XYZ31.7632.324.71-
YUV144.5449.25159.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.10%
GREEN value IS 149 (58.59% from 255) = 43.44%
BLUE value IS 5 (2.34% from 255) = 1.46%
R=55.10%
G=43.44%
B=1.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189149500.210.970.2646.9694.8538.04
HexBD955015611A2f5f26
Octal2752255025141325713746
Binary10111101100101011010101011100001110101011111011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd9505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd9505; }

 p { color: rgb(189,149,5); }

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

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

 a { background-color: rgb(189,149,5); }

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

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

 span { border-color: rgb(189,149,5); }

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