#b68100

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

Shades of Dark Goldenrod #B68100

Tints of Dark Goldenrod #B68100

Color information

#B68100 (or 0xB68100) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 81 and 00. RGB value is (182,129,0). Sum of RGB (Red+Green+Blue) = 182+129+0=311 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.52% from 311); Green value is 129 (50.78% from 255 or 41.48% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 182 - color contains mainly: red. Hex color #B68100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68100 is #497EFF. Grayscale: #828282. Windows color (decimal): -4816640 or 33206. OLE color: 33206.

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

Color convert

RGB1821290-
CMYK00.2910.29
HSL42.53º100%35.69%-
HSV(B)42.53º100%71.37%-
XYZ27.1425.653.52-
YUV130.1454.56164.99-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 58.52%
GREEN value IS 129 (50.78% from 255) = 41.48%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.52%
G=41.48%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182129000.2910.2942.5310035.69
HexB681001D641D2b6424
Octal2662010035144355314444
Binary101101101000000100111011100100111011010111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b68100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b68100; }

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

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

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

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

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

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

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

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