#B18A08

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

Shades of Dark Goldenrod #B18A08

Tints of Dark Goldenrod #B18A08

Color information

#B18A08 (or 0xB18A08) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 8A and 08. RGB value is (177,138,8). Sum of RGB (Red+Green+Blue) = 177+138+8=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 138 (54.30% from 255 or 42.72% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18A08 is #4E75F7. Grayscale: #878787. Windows color (decimal): -5142008 or 559793. OLE color: 559793.

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

Color convert

RGB1771388-
CMYK00.220.950.31
HSL46.15º91.35%36.27%-
HSV(B)46.15º95.48%69.41%-
XYZ27.2627.544.11-
YUV134.8456.42158.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.80%
GREEN value IS 138 (54.30% from 255) = 42.72%
BLUE value IS 8 (3.52% from 255) = 2.48%
R=54.80%
G=42.72%
B=2.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177138800.220.950.3146.1591.3536.27
HexB18A80165F1F2e5b24
Octal26121210026137375613344
Binary101100011000101010000101101011111111111011101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18A08; }

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

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

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

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

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

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

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

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