#BD7C07

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

Shades of Dark Goldenrod #BD7C07

Tints of Dark Goldenrod #BD7C07

Color information

#BD7C07 (or 0xBD7C07) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 7C and 07. RGB value is (189,124,7). Sum of RGB (Red+Green+Blue) = 189+124+7=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 124 (48.83% from 255 or 38.75% from 320); Blue value is 7 (3.12% from 255 or 2.19% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7C07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7C07 is #4283F8. Grayscale: #828282. Windows color (decimal): -4359161 or 490685. OLE color: 490685.

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

Color convert

RGB1891247-
CMYK00.340.960.26
HSL38.57º92.86%38.43%-
HSV(B)38.57º96.3%74.12%-
XYZ28.2325.253.59-
YUV130.158.53170.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 59.06%
GREEN value IS 124 (48.83% from 255) = 38.75%
BLUE value IS 7 (3.12% from 255) = 2.19%
R=59.06%
G=38.75%
B=2.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.96
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189124700.340.960.2638.5792.8638.43
HexBD7C7022601A275d26
Octal2751747042140324713546
Binary10111101111110011101000101100000110101001111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7C07; }

 p { color: rgb(189,124,7); }

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

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

 a { background-color: rgb(189,124,7); }

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

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

 span { border-color: rgb(189,124,7); }

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