#B18C0B

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

Shades of Dark Goldenrod #B18C0B

Tints of Dark Goldenrod #B18C0B

Color information

#B18C0B (or 0xB18C0B) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 8C and 0B. RGB value is (177,140,11). Sum of RGB (Red+Green+Blue) = 177+140+11=328 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.96% from 328); Green value is 140 (55.08% from 255 or 42.68% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 177 - color contains mainly: red. Hex color #B18C0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18C0B is #4E73F4. Grayscale: #888888. Windows color (decimal): -5141493 or 756913. OLE color: 756913.

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

Color convert

RGB17714011-
CMYK00.210.940.31
HSL46.63º88.3%36.86%-
HSV(B)46.63º93.79%69.41%-
XYZ27.5728.134.29-
YUV136.3657.26156.99-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.96%
GREEN value IS 140 (55.08% from 255) = 42.68%
BLUE value IS 11 (4.69% from 255) = 3.35%
R=53.96%
G=42.68%
B=3.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771401100.210.940.3146.6388.336.86
HexB18CB0155E1F2f5825
Octal26121413025136375713045
Binary101100011000110010110101011011110111111011111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18C0B; }

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

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

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

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

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

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

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

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