#B26313

Color #B26313 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #B26313

Tints of Golden Brown #B26313

Color information

#B26313 (or 0xB26313) is unknown color: approx Golden Brown. HEX triplet: B2, 63 and 13. RGB value is (178,99,19). Sum of RGB (Red+Green+Blue) = 178+99+19=296 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.14% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 178 - color contains mainly: red. Hex color #B26313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26313 is #4D9CEC. Grayscale: #717171. Windows color (decimal): -5086445 or 1270706. OLE color: 1270706.

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

Color convert

RGB1789919-
CMYK00.440.890.30
HSL30.19º80.71%38.63%-
HSV(B)30.19º89.33%69.8%-
XYZ22.9418.442.97-
YUV113.574.67174-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 60.14%
GREEN value IS 99 (39.06% from 255) = 33.45%
BLUE value IS 19 (7.81% from 255) = 6.42%
R=60.14%
G=33.45%
B=6.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.89
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178991900.440.890.3030.1980.7138.63
HexB2631302C591E1e5127
Octal26214323054131363612147
Binary101100101100011100110101100101100111110111101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26313; }

 p { color: rgb(178,99,19); }

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

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

 a { background-color: rgb(178,99,19); }

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

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

 span { border-color: rgb(178,99,19); }

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