#B26D00

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

Shades of Dark Goldenrod #B26D00

Tints of Dark Goldenrod #B26D00

Color information

#B26D00 (or 0xB26D00) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 6D and 00. RGB value is (178,109,0). Sum of RGB (Red+Green+Blue) = 178+109+0=287 (38% of max value = 765). Red value is 178 (69.92% from 255 or 62.02% from 287); Green value is 109 (42.97% from 255 or 37.98% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 178 - color contains mainly: red. Hex color #B26D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26D00 is #4D92FF. Grayscale: #757575. Windows color (decimal): -5083904 or 28082. OLE color: 28082.

HSL color Cylindrical-coordinate representation of color #B26D00: hue angle of 36.74º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B26D00 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB1781090-
CMYK00.3910.30
HSL36.74º100%34.9%-
HSV(B)36.74º100%69.8%-
XYZ23.8320.42.68-
YUV117.261.86171.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 62.02%
GREEN value IS 109 (42.97% from 255) = 37.98%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.02%
G=37.98%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178109000.3910.3036.7410034.9
HexB26D0027641E256423
Octal2621550047144364514443
Binary101100101101101001001111100100111101001011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26D00; }

 p { color: rgb(178,109,0); }

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

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

 a { background-color: rgb(178,109,0); }

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

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

 span { border-color: rgb(178,109,0); }

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