#B26113

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

Shades of Golden Brown #B26113

Tints of Golden Brown #B26113

Color information

#B26113 (or 0xB26113) is unknown color: approx Golden Brown. HEX triplet: B2, 61 and 13. RGB value is (178,97,19). Sum of RGB (Red+Green+Blue) = 178+97+19=294 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.54% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 19 (7.81% from 255 or 6.46% from 294); Max value from RGB is 178 - color contains mainly: red. Hex color #B26113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26113 is #4D9EEC. Grayscale: #707070. Windows color (decimal): -5086957 or 1270194. OLE color: 1270194.

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

Color convert

RGB1789719-
CMYK00.460.890.30
HSL29.43º80.71%38.63%-
HSV(B)29.43º89.33%69.8%-
XYZ22.7518.062.9-
YUV112.3375.34174.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 60.54%
GREEN value IS 97 (38.28% from 255) = 32.99%
BLUE value IS 19 (7.81% from 255) = 6.46%
R=60.54%
G=32.99%
B=6.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.89
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178971900.460.890.3029.4380.7138.63
HexB2611302E591E1d5127
Octal26214123056131363512147
Binary101100101100001100110101110101100111110111011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26113; }

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

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

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

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

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

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

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

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