#B18C18

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

Shades of Dark Goldenrod #B18C18

Tints of Dark Goldenrod #B18C18

Color information

#B18C18 (or 0xB18C18) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 8C and 18. RGB value is (177,140,24). Sum of RGB (Red+Green+Blue) = 177+140+24=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 140 (55.08% from 255 or 41.06% from 341); Blue value is 24 (9.77% from 255 or 7.04% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B18C18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18C18 is #4E73E7. Grayscale: #8A8A8A. Windows color (decimal): -5141480 or 1608881. OLE color: 1608881.

HSL color Cylindrical-coordinate representation of color #B18C18: hue angle of 45.49º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B18C18 is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB17714024-
CMYK00.210.860.31
HSL45.49º76.12%39.41%-
HSV(B)45.49º86.44%69.41%-
XYZ27.6728.174.84-
YUV137.8463.76155.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.91%
GREEN value IS 140 (55.08% from 255) = 41.06%
BLUE value IS 24 (9.77% from 255) = 7.04%
R=51.91%
G=41.06%
B=7.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771402400.210.860.3145.4976.1239.41
HexB18C18015561F2d4c27
Octal26121430025126375511447
Binary1011000110001100110000101011010110111111011011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18C18; }

 p { color: rgb(177,140,24); }

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

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

 a { background-color: rgb(177,140,24); }

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

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

 span { border-color: rgb(177,140,24); }

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