#B67900

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

Shades of Dark Goldenrod #B67900

Tints of Dark Goldenrod #B67900

Color information

#B67900 (or 0xB67900) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 79 and 00. RGB value is (182,121,0). Sum of RGB (Red+Green+Blue) = 182+121+0=303 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.07% from 303); Green value is 121 (47.66% from 255 or 39.93% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 182 - color contains mainly: red. Hex color #B67900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67900 is #4986FF. Grayscale: #7D7D7D. Windows color (decimal): -4818688 or 31158. OLE color: 31158.

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

Color convert

RGB1821210-
CMYK00.3410.29
HSL39.89º100%35.69%-
HSV(B)39.89º100%71.37%-
XYZ26.1323.623.18-
YUV125.4457.21168.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 60.07%
GREEN value IS 121 (47.66% from 255) = 39.93%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.07%
G=39.93%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182121000.3410.2939.8910035.69
HexB6790022641D286424
Octal2661710042144355014444
Binary101101101111001001000101100100111011010001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67900; }

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

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

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

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

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

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

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

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