#B68A07

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

Shades of Dark Goldenrod #B68A07

Tints of Dark Goldenrod #B68A07

Color information

#B68A07 (or 0xB68A07) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 8A and 07. RGB value is (182,138,7). Sum of RGB (Red+Green+Blue) = 182+138+7=327 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.66% from 327); Green value is 138 (54.30% from 255 or 42.20% from 327); Blue value is 7 (3.12% from 255 or 2.14% from 327); Max value from RGB is 182 - color contains mainly: red. Hex color #B68A07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68A07 is #4975F8. Grayscale: #888888. Windows color (decimal): -4814329 or 494262. OLE color: 494262.

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

Color convert

RGB1821387-
CMYK00.240.960.29
HSL44.91º92.59%37.06%-
HSV(B)44.91º96.15%71.37%-
XYZ28.4228.144.13-
YUV136.2255.08160.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 55.66%
GREEN value IS 138 (54.30% from 255) = 42.20%
BLUE value IS 7 (3.12% from 255) = 2.14%
R=55.66%
G=42.20%
B=2.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182138700.240.960.2944.9192.5937.06
HexB68A7018601D2d5d25
Octal2662127030140355513545
Binary10110110100010101110110001100000111011011011011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68A07; }

 p { color: rgb(182,138,7); }

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

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

 a { background-color: rgb(182,138,7); }

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

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

 span { border-color: rgb(182,138,7); }

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