#BD7100

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

Shades of Dark Goldenrod #BD7100

Tints of Dark Goldenrod #BD7100

Color information

#BD7100 (or 0xBD7100) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 71 and 00. RGB value is (189,113,0). Sum of RGB (Red+Green+Blue) = 189+113+0=302 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.58% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7100 is #428EFF. Grayscale: #7B7B7B. Windows color (decimal): -4361984 or 29117. OLE color: 29117.

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

Color convert

RGB1891130-
CMYK00.4010.26
HSL35.87º100%37.06%-
HSV(B)35.87º100%74.12%-
XYZ26.8922.632.95-
YUV122.8458.68175.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 62.58%
GREEN value IS 113 (44.53% from 255) = 37.42%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.58%
G=37.42%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189113000.4010.2635.8710037.06
HexBD710028641A246425
Octal2751610050144324414445
Binary101111011110001001010001100100110101001001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7100; }

 p { color: rgb(189,113,0); }

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

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

 a { background-color: rgb(189,113,0); }

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

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

 span { border-color: rgb(189,113,0); }

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