#B48205

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

Shades of Dark Goldenrod #B48205

Tints of Dark Goldenrod #B48205

Color information

#B48205 (or 0xB48205) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 82 and 05. RGB value is (180,130,5). Sum of RGB (Red+Green+Blue) = 180+130+5=315 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.14% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 5 (2.34% from 255 or 1.59% from 315); Max value from RGB is 180 - color contains mainly: red. Hex color #B48205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48205 is #4B7DFA. Grayscale: #838383. Windows color (decimal): -4947451 or 361140. OLE color: 361140.

HSL color Cylindrical-coordinate representation of color #B48205: hue angle of 42.86º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B48205 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB1801305-
CMYK00.280.970.29
HSL42.86º94.59%36.27%-
HSV(B)42.86º97.22%70.59%-
XYZ26.8325.683.69-
YUV130.757.06163.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.14%
GREEN value IS 130 (51.17% from 255) = 41.27%
BLUE value IS 5 (2.34% from 255) = 1.59%
R=57.14%
G=41.27%
B=1.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180130500.280.970.2942.8694.5936.27
HexB482501C611D2b5f24
Octal2642025034141355313744
Binary10110100100000101010111001100001111011010111011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48205; }

 p { color: rgb(180,130,5); }

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

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

 a { background-color: rgb(180,130,5); }

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

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

 span { border-color: rgb(180,130,5); }

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