#B18A03

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

Shades of Dark Goldenrod #B18A03

Tints of Dark Goldenrod #B18A03

Color information

#B18A03 (or 0xB18A03) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 8A and 03. RGB value is (177,138,3). Sum of RGB (Red+Green+Blue) = 177+138+3=318 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.66% from 318); Green value is 138 (54.30% from 255 or 43.40% from 318); Blue value is 3 (1.56% from 255 or 0.94% from 318); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18A03 is #4E75FC. Grayscale: #868686. Windows color (decimal): -5142013 or 232113. OLE color: 232113.

HSL color Cylindrical-coordinate representation of color #B18A03: hue angle of 46.55º 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 #B18A03 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB1771383-
CMYK00.220.980.31
HSL46.55º96.67%35.29%-
HSV(B)46.55º98.31%69.41%-
XYZ27.2427.533.96-
YUV134.2753.92158.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.66%
GREEN value IS 138 (54.30% from 255) = 43.40%
BLUE value IS 3 (1.56% from 255) = 0.94%
R=55.66%
G=43.40%
B=0.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177138300.220.980.3146.5596.6735.29
HexB18A3016621F2f6123
Octal2612123026142375714143
Binary1011000110001010110101101100010111111011111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18A03; }

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

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

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

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

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

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

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

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