#B18607

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

Shades of Dark Goldenrod #B18607

Tints of Dark Goldenrod #B18607

Color information

#B18607 (or 0xB18607) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 86 and 07. RGB value is (177,134,7). Sum of RGB (Red+Green+Blue) = 177+134+7=318 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.66% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 7 (3.12% from 255 or 2.20% from 318); Max value from RGB is 177 - color contains mainly: red. Hex color #B18607 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18607 is #4E79F8. Grayscale: #848484. Windows color (decimal): -5143033 or 493233. OLE color: 493233.

HSL color Cylindrical-coordinate representation of color #B18607: hue angle of 44.82º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B18607 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.31.

Color convert

RGB1771347-
CMYK00.240.960.31
HSL44.82º92.39%36.08%-
HSV(B)44.82º96.05%69.41%-
XYZ26.6926.413.89-
YUV132.3857.25159.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.66%
GREEN value IS 134 (52.73% from 255) = 42.14%
BLUE value IS 7 (3.12% from 255) = 2.20%
R=55.66%
G=42.14%
B=2.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.96
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177134700.240.960.3144.8292.3936.08
HexB1867018601F2d5c24
Octal2612067030140375513444
Binary10110001100001101110110001100000111111011011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18607; }

 p { color: rgb(177,134,7); }

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

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

 a { background-color: rgb(177,134,7); }

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

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

 span { border-color: rgb(177,134,7); }

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