#B68D00

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

Shades of Dark Goldenrod #B68D00

Tints of Dark Goldenrod #B68D00

Color information

#B68D00 (or 0xB68D00) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 8D and 00. RGB value is (182,141,0). Sum of RGB (Red+Green+Blue) = 182+141+0=323 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.35% from 323); Green value is 141 (55.47% from 255 or 43.65% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 182 - color contains mainly: red. Hex color #B68D00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68D00 is #4972FF. Grayscale: #898989. Windows color (decimal): -4813568 or 36278. OLE color: 36278.

HSL color Cylindrical-coordinate representation of color #B68D00: hue angle of 46.48º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B68D00 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB1821410-
CMYK00.2310.29
HSL46.48º100%35.69%-
HSV(B)46.48º100%71.37%-
XYZ28.8228.994.08-
YUV137.1850.58159.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56.35%
GREEN value IS 141 (55.47% from 255) = 43.65%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.35%
G=43.65%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182141000.2310.2946.4810035.69
HexB68D0017641D2e6424
Octal2662150027144355614444
Binary101101101000110100101111100100111011011101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68D00; }

 p { color: rgb(182,141,0); }

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

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

 a { background-color: rgb(182,141,0); }

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

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

 span { border-color: rgb(182,141,0); }

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