#B26413

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

Shades of Golden Brown #B26413

Tints of Golden Brown #B26413

Color information

#B26413 (or 0xB26413) is unknown color: approx Golden Brown. HEX triplet: B2, 64 and 13. RGB value is (178,100,19). Sum of RGB (Red+Green+Blue) = 178+100+19=297 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.93% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 19 (7.81% from 255 or 6.40% from 297); Max value from RGB is 178 - color contains mainly: red. Hex color #B26413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26413 is #4D9BEC. Grayscale: #727272. Windows color (decimal): -5086189 or 1270962. OLE color: 1270962.

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

Color convert

RGB17810019-
CMYK00.440.890.30
HSL30.57º80.71%38.63%-
HSV(B)30.57º89.33%69.8%-
XYZ23.0318.633-
YUV114.0974.34173.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 59.93%
GREEN value IS 100 (39.45% from 255) = 33.67%
BLUE value IS 19 (7.81% from 255) = 6.40%
R=59.93%
G=33.67%
B=6.40%

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
Decimal1781001900.440.890.3030.5780.7138.63
HexB2641302C591E1f5127
Octal26214423054131363712147
Binary101100101100100100110101100101100111110111111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26413; }

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

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

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

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

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

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

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

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