#B68B0D

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

Shades of Dark Goldenrod #B68B0D

Tints of Dark Goldenrod #B68B0D

Color information

#B68B0D (or 0xB68B0D) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 8B and 0D. RGB value is (182,139,13). Sum of RGB (Red+Green+Blue) = 182+139+13=334 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.49% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 182 - color contains mainly: red. Hex color #B68B0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68B0D is #4974F2. Grayscale: #8A8A8A. Windows color (decimal): -4814067 or 887734. OLE color: 887734.

HSL color Cylindrical-coordinate representation of color #B68B0D: hue angle of 44.73º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B68B0D is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB18213913-
CMYK00.240.930.29
HSL44.73º86.67%38.24%-
HSV(B)44.73º92.86%71.37%-
XYZ28.628.444.36-
YUV137.4957.75159.75-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.49%
GREEN value IS 139 (54.69% from 255) = 41.62%
BLUE value IS 13 (5.47% from 255) = 3.89%
R=54.49%
G=41.62%
B=3.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821391300.240.930.2944.7386.6738.24
HexB68BD0185D1D2d5726
Octal26621315030135355512746
Binary101101101000101111010110001011101111011011011010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68B0D; }

 p { color: rgb(182,139,13); }

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

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

 a { background-color: rgb(182,139,13); }

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

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

 span { border-color: rgb(182,139,13); }

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