#B18103

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

Shades of Dark Goldenrod #B18103

Tints of Dark Goldenrod #B18103

Color information

#B18103 (or 0xB18103) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 81 and 03. RGB value is (177,129,3). Sum of RGB (Red+Green+Blue) = 177+129+3=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 129 (50.78% from 255 or 41.75% from 309); Blue value is 3 (1.56% from 255 or 0.97% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B18103 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18103 is #4E7EFC. Grayscale: #818181. Windows color (decimal): -5144317 or 229809. OLE color: 229809.

HSL color Cylindrical-coordinate representation of color #B18103: hue angle of 43.45º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B18103 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB1771293-
CMYK00.270.980.31
HSL43.45º96.67%35.29%-
HSV(B)43.45º98.31%69.41%-
XYZ2625.053.55-
YUV128.9956.9162.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.28%
GREEN value IS 129 (50.78% from 255) = 41.75%
BLUE value IS 3 (1.56% from 255) = 0.97%
R=57.28%
G=41.75%
B=0.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177129300.270.980.3143.4596.6735.29
HexB181301B621F2b6123
Octal2612013033142375314143
Binary1011000110000001110110111100010111111010111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18103; }

 p { color: rgb(177,129,3); }

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

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

 a { background-color: rgb(177,129,3); }

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

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

 span { border-color: rgb(177,129,3); }

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