#B26816

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

Shades of Golden Brown #B26816

Tints of Golden Brown #B26816

Color information

#B26816 (or 0xB26816) is unknown color: approx Golden Brown. HEX triplet: B2, 68 and 16. RGB value is (178,104,22). Sum of RGB (Red+Green+Blue) = 178+104+22=304 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.55% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 178 - color contains mainly: red. Hex color #B26816 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26816 is #4D97E9. Grayscale: #757575. Windows color (decimal): -5085162 or 1468594. OLE color: 1468594.

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

Color convert

RGB17810422-
CMYK00.420.880.30
HSL31.54º78%39.22%-
HSV(B)31.54º87.64%69.8%-
XYZ23.4619.423.27-
YUV116.7874.52171.67-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 58.55%
GREEN value IS 104 (41.02% from 255) = 34.21%
BLUE value IS 22 (8.98% from 255) = 7.24%
R=58.55%
G=34.21%
B=7.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781042200.420.880.3031.547839.22
HexB2681602A581E204e27
Octal26215026052130364011647
Binary1011001011010001011001010101011000111101000001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26816; }

 p { color: rgb(178,104,22); }

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

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

 a { background-color: rgb(178,104,22); }

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

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

 span { border-color: rgb(178,104,22); }

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