#B4710E

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

Shades of Dark Goldenrod #B4710E

Tints of Dark Goldenrod #B4710E

Color information

#B4710E (or 0xB4710E) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 71 and 0E. RGB value is (180,113,14). Sum of RGB (Red+Green+Blue) = 180+113+14=307 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.63% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 14 (5.86% from 255 or 4.56% from 307); Max value from RGB is 180 - color contains mainly: red. Hex color #B4710E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B4710E is #4B8EF1. Grayscale: #7A7A7A. Windows color (decimal): -4951794 or 946612. OLE color: 946612.

HSL color Cylindrical-coordinate representation of color #B4710E: hue angle of 35.78º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B4710E is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB18011314-
CMYK00.370.920.29
HSL35.78º85.57%38.04%-
HSV(B)35.78º92.22%70.59%-
XYZ24.8121.553.27-
YUV121.7567.2169.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 58.63%
GREEN value IS 113 (44.53% from 255) = 36.81%
BLUE value IS 14 (5.86% from 255) = 4.56%
R=58.63%
G=36.81%
B=4.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801131400.370.920.2935.7885.5738.04
HexB471E0255C1D245626
Octal26416116045134354412646
Binary101101001110001111001001011011100111011001001010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4710E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4710E; }

 p { color: rgb(180,113,14); }

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

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

 a { background-color: rgb(180,113,14); }

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

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

 span { border-color: rgb(180,113,14); }

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