#B26D01

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

Shades of Dark Goldenrod #B26D01

Tints of Dark Goldenrod #B26D01

Color information

#B26D01 (or 0xB26D01) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 6D and 01. RGB value is (178,109,1). Sum of RGB (Red+Green+Blue) = 178+109+1=288 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.81% from 288); Green value is 109 (42.97% from 255 or 37.85% from 288); Blue value is 1 (0.78% from 255 or 0.35% from 288); Max value from RGB is 178 - color contains mainly: red. Hex color #B26D01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26D01 is #4D92FE. Grayscale: #757575. Windows color (decimal): -5083903 or 93618. OLE color: 93618.

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

Color convert

RGB1781091-
CMYK00.390.990.30
HSL36.61º98.88%35.1%-
HSV(B)36.61º99.44%69.8%-
XYZ23.8320.42.71-
YUV117.3262.36171.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 61.81%
GREEN value IS 109 (42.97% from 255) = 37.85%
BLUE value IS 1 (0.78% from 255) = 0.35%
R=61.81%
G=37.85%
B=0.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178109100.390.990.3036.6198.8835.1
HexB26D1027631E256323
Octal2621551047143364514343
Binary101100101101101101001111100011111101001011100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26D01; }

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

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

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

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

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

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

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

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