#B26A01

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

Shades of Dark Goldenrod #B26A01

Tints of Dark Goldenrod #B26A01

Color information

#B26A01 (or 0xB26A01) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 6A and 01. RGB value is (178,106,1). Sum of RGB (Red+Green+Blue) = 178+106+1=285 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.46% from 285); Green value is 106 (41.80% from 255 or 37.19% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 178 - color contains mainly: red. Hex color #B26A01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26A01 is #4D95FE. Grayscale: #747474. Windows color (decimal): -5084671 or 92850. OLE color: 92850.

HSL color Cylindrical-coordinate representation of color #B26A01: hue angle of 35.59º 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 #B26A01 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB1781061-
CMYK00.400.990.30
HSL35.59º98.88%35.1%-
HSV(B)35.59º99.44%69.8%-
XYZ23.5219.782.61-
YUV115.5663.35172.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 62.46%
GREEN value IS 106 (41.80% from 255) = 37.19%
BLUE value IS 1 (0.78% from 255) = 0.35%
R=62.46%
G=37.19%
B=0.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178106100.400.990.3035.5998.8835.1
HexB26A1028631E246323
Octal2621521050143364414343
Binary101100101101010101010001100011111101001001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26A01; }

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

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

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

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

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

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

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

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