#B1830E

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

Shades of Dark Goldenrod #B1830E

Tints of Dark Goldenrod #B1830E

Color information

#B1830E (or 0xB1830E) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 83 and 0E. RGB value is (177,131,14). Sum of RGB (Red+Green+Blue) = 177+131+14=322 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.97% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 14 (5.86% from 255 or 4.35% from 322); Max value from RGB is 177 - color contains mainly: red. Hex color #B1830E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1830E is #4E7CF1. Grayscale: #838383. Windows color (decimal): -5143794 or 951217. OLE color: 951217.

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

Color convert

RGB17713114-
CMYK00.260.920.31
HSL43.07º85.34%37.45%-
HSV(B)43.07º92.09%69.41%-
XYZ26.3325.613.97-
YUV131.4261.74160.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.97%
GREEN value IS 131 (51.56% from 255) = 40.68%
BLUE value IS 14 (5.86% from 255) = 4.35%
R=54.97%
G=40.68%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771311400.260.920.3143.0785.3437.45
HexB183E01A5C1F2b5525
Octal26120316032134375312545
Binary101100011000001111100110101011100111111010111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1830E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1830E; }

 p { color: rgb(177,131,14); }

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

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

 a { background-color: rgb(177,131,14); }

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

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

 span { border-color: rgb(177,131,14); }

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