#BD7304

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

Shades of Dark Goldenrod #BD7304

Tints of Dark Goldenrod #BD7304

Color information

#BD7304 (or 0xBD7304) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 73 and 04. RGB value is (189,115,4). Sum of RGB (Red+Green+Blue) = 189+115+4=308 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.36% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 4 (1.95% from 255 or 1.30% from 308); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7304 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7304 is #428CFB. Grayscale: #7C7C7C. Windows color (decimal): -4361468 or 291773. OLE color: 291773.

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

Color convert

RGB1891154-
CMYK00.390.980.26
HSL36º95.85%37.84%-
HSV(B)36º97.88%74.12%-
XYZ27.1423.093.14-
YUV124.4760.02174.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.36%
GREEN value IS 115 (45.31% from 255) = 37.34%
BLUE value IS 4 (1.95% from 255) = 1.30%
R=61.36%
G=37.34%
B=1.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189115400.390.980.263695.8537.84
HexBD734027621A246026
Octal2751634047142324414046
Binary10111101111001110001001111100010110101001001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7304; }

 p { color: rgb(189,115,4); }

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

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

 a { background-color: rgb(189,115,4); }

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

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

 span { border-color: rgb(189,115,4); }

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