#BD7301

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

Shades of Dark Goldenrod #BD7301

Tints of Dark Goldenrod #BD7301

Color information

#BD7301 (or 0xBD7301) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 73 and 01. RGB value is (189,115,1). Sum of RGB (Red+Green+Blue) = 189+115+1=305 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.97% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7301 is #428CFE. Grayscale: #7C7C7C. Windows color (decimal): -4361471 or 95165. OLE color: 95165.

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

Color convert

RGB1891151-
CMYK00.390.990.26
HSL36.38º98.95%37.25%-
HSV(B)36.38º99.47%74.12%-
XYZ27.1223.083.05-
YUV124.1358.52174.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.97%
GREEN value IS 115 (45.31% from 255) = 37.70%
BLUE value IS 1 (0.78% from 255) = 0.33%
R=61.97%
G=37.70%
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
Decimal189115100.390.990.2636.3898.9537.25
HexBD731027631A246325
Octal2751631047143324414345
Binary101111011110011101001111100011110101001001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7301; }

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

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

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

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

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

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

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

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