#B68414

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

Shades of Dark Goldenrod #B68414

Tints of Dark Goldenrod #B68414

Color information

#B68414 (or 0xB68414) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 84 and 14. RGB value is (182,132,20). Sum of RGB (Red+Green+Blue) = 182+132+20=334 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.49% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 182 - color contains mainly: red. Hex color #B68414 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68414 is #497BEB. Grayscale: #868686. Windows color (decimal): -4815852 or 1344694. OLE color: 1344694.

HSL color Cylindrical-coordinate representation of color #B68414: hue angle of 41.48º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B68414 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB18213220-
CMYK00.270.890.29
HSL41.48º80.2%39.61%-
HSV(B)41.48º89.01%71.37%-
XYZ27.6726.54.32-
YUV134.1863.56162.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.49%
GREEN value IS 132 (51.95% from 255) = 39.52%
BLUE value IS 20 (8.20% from 255) = 5.99%
R=54.49%
G=39.52%
B=5.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821322000.270.890.2941.4880.239.61
HexB6841401B591D295028
Octal26620424033131355112050
Binary1011011010000100101000110111011001111011010011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68414; }

 p { color: rgb(182,132,20); }

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

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

 a { background-color: rgb(182,132,20); }

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

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

 span { border-color: rgb(182,132,20); }

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