#BD7501

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

Shades of Dark Goldenrod #BD7501

Tints of Dark Goldenrod #BD7501

Color information

#BD7501 (or 0xBD7501) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 75 and 01. RGB value is (189,117,1). Sum of RGB (Red+Green+Blue) = 189+117+1=307 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.56% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 1 (0.78% from 255 or 0.33% from 307); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7501 is #428AFE. Grayscale: #7D7D7D. Windows color (decimal): -4360959 or 95677. OLE color: 95677.

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

Color convert

RGB1891171-
CMYK00.380.990.26
HSL37.02º98.95%37.25%-
HSV(B)37.02º99.47%74.12%-
XYZ27.3523.543.13-
YUV125.357.85173.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.56%
GREEN value IS 117 (46.09% from 255) = 38.11%
BLUE value IS 1 (0.78% from 255) = 0.33%
R=61.56%
G=38.11%
B=0.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.99
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189117100.380.990.2637.0298.9537.25
HexBD751026631A256325
Octal2751651046143324514345
Binary101111011110101101001101100011110101001011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7501; }

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

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

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

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

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

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

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

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