#B67C00

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

Shades of Dark Goldenrod #B67C00

Tints of Dark Goldenrod #B67C00

Color information

#B67C00 (or 0xB67C00) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 7C and 00. RGB value is (182,124,0). Sum of RGB (Red+Green+Blue) = 182+124+0=306 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.48% from 306); Green value is 124 (48.83% from 255 or 40.52% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67C00 is #4983FF. Grayscale: #7F7F7F. Windows color (decimal): -4817920 or 31926. OLE color: 31926.

HSL color Cylindrical-coordinate representation of color #B67C00: hue angle of 40.88º 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 #B67C00 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB1821240-
CMYK00.3210.29
HSL40.88º100%35.69%-
HSV(B)40.88º100%71.37%-
XYZ26.524.363.31-
YUV127.2156.22167.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.48%
GREEN value IS 124 (48.83% from 255) = 40.52%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.48%
G=40.52%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182124000.3210.2940.8810035.69
HexB67C0020641D296424
Octal2661740040144355114444
Binary101101101111100001000001100100111011010011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67C00; }

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

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

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

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

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

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

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

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