#B26A0B

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

Shades of Golden Brown #B26A0B

Tints of Golden Brown #B26A0B

Color information

#B26A0B (or 0xB26A0B) is unknown color: approx Golden Brown. HEX triplet: B2, 6A and 0B. RGB value is (178,106,11). Sum of RGB (Red+Green+Blue) = 178+106+11=295 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.34% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 11 (4.69% from 255 or 3.73% from 295); Max value from RGB is 178 - color contains mainly: red. Hex color #B26A0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26A0B is #4D95F4. Grayscale: #757575. Windows color (decimal): -5084661 or 748210. OLE color: 748210.

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

Color convert

RGB17810611-
CMYK00.400.940.30
HSL34.13º88.36%37.06%-
HSV(B)34.13º93.82%69.8%-
XYZ23.5719.82.9-
YUV116.768.35171.72-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 60.34%
GREEN value IS 106 (41.80% from 255) = 35.93%
BLUE value IS 11 (4.69% from 255) = 3.73%
R=60.34%
G=35.93%
B=3.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781061100.400.940.3034.1388.3637.06
HexB26AB0285E1E225825
Octal26215213050136364213045
Binary101100101101010101101010001011110111101000101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26A0B; }

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

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

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

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

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

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

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

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