#B26E0B

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

Shades of Dark Goldenrod #B26E0B

Tints of Dark Goldenrod #B26E0B

Color information

#B26E0B (or 0xB26E0B) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 6E and 0B. RGB value is (178,110,11). Sum of RGB (Red+Green+Blue) = 178+110+11=299 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.53% from 299); Green value is 110 (43.36% from 255 or 36.79% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 178 - color contains mainly: red. Hex color #B26E0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26E0B is #4D91F4. Grayscale: #777777. Windows color (decimal): -5083637 or 749234. OLE color: 749234.

HSL color Cylindrical-coordinate representation of color #B26E0B: hue angle of 35.57º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B26E0B is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB17811011-
CMYK00.380.940.30
HSL35.57º88.36%37.06%-
HSV(B)35.57º93.82%69.8%-
XYZ2420.643.04-
YUV119.0567.03170.05-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 59.53%
GREEN value IS 110 (43.36% from 255) = 36.79%
BLUE value IS 11 (4.69% from 255) = 3.68%
R=59.53%
G=36.79%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781101100.380.940.3035.5788.3637.06
HexB26EB0265E1E245825
Octal26215613046136364413045
Binary101100101101110101101001101011110111101001001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26E0B; }

 p { color: rgb(178,110,11); }

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

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

 a { background-color: rgb(178,110,11); }

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

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

 span { border-color: rgb(178,110,11); }

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