#BD7401

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

Shades of Dark Goldenrod #BD7401

Tints of Dark Goldenrod #BD7401

Color information

#BD7401 (or 0xBD7401) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 74 and 01. RGB value is (189,116,1). Sum of RGB (Red+Green+Blue) = 189+116+1=306 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.76% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 1 (0.78% from 255 or 0.33% from 306); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7401 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7401 is #428BFE. Grayscale: #7D7D7D. Windows color (decimal): -4361215 or 95421. OLE color: 95421.

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

Color convert

RGB1891161-
CMYK00.390.990.26
HSL36.7º98.95%37.25%-
HSV(B)36.7º99.47%74.12%-
XYZ27.2423.313.09-
YUV124.7258.18173.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.76%
GREEN value IS 116 (45.70% from 255) = 37.91%
BLUE value IS 1 (0.78% from 255) = 0.33%
R=61.76%
G=37.91%
B=0.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.99
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189116100.390.990.2636.798.9537.25
HexBD741027631A256325
Octal2751641047143324514345
Binary101111011110100101001111100011110101001011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7401; }

 p { color: rgb(189,116,1); }

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

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

 a { background-color: rgb(189,116,1); }

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

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

 span { border-color: rgb(189,116,1); }

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