#BD740C

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

Shades of Dark Goldenrod #BD740C

Tints of Dark Goldenrod #BD740C

Color information

#BD740C (or 0xBD740C) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 74 and 0C. RGB value is (189,116,12). Sum of RGB (Red+Green+Blue) = 189+116+12=317 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.62% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 189 - color contains mainly: red. Hex color #BD740C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD740C is #428BF3. Grayscale: #7E7E7E. Windows color (decimal): -4361204 or 816317. OLE color: 816317.

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

Color convert

RGB18911612-
CMYK00.390.940.26
HSL35.25º88.06%39.41%-
HSV(B)35.25º93.65%74.12%-
XYZ27.323.343.41-
YUV125.9763.68172.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 59.62%
GREEN value IS 116 (45.70% from 255) = 36.59%
BLUE value IS 12 (5.08% from 255) = 3.79%
R=59.62%
G=36.59%
B=3.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891161200.390.940.2635.2588.0639.41
HexBD74C0275E1A235827
Octal27516414047136324313047
Binary101111011110100110001001111011110110101000111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD740C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD740C; }

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

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

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

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

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

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

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

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