#B26B0B

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

Shades of Golden Brown #B26B0B

Tints of Golden Brown #B26B0B

Color information

#B26B0B (or 0xB26B0B) is unknown color: approx Golden Brown. HEX triplet: B2, 6B and 0B. RGB value is (178,107,11). Sum of RGB (Red+Green+Blue) = 178+107+11=296 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.14% from 296); Green value is 107 (42.19% from 255 or 36.15% from 296); Blue value is 11 (4.69% from 255 or 3.72% from 296); Max value from RGB is 178 - color contains mainly: red. Hex color #B26B0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26B0B is #4D94F4. Grayscale: #757575. Windows color (decimal): -5084405 or 748466. OLE color: 748466.

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

Color convert

RGB17810711-
CMYK00.400.940.30
HSL34.49º88.36%37.06%-
HSV(B)34.49º93.82%69.8%-
XYZ23.68202.93-
YUV117.2968.02171.31-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 60.14%
GREEN value IS 107 (42.19% from 255) = 36.15%
BLUE value IS 11 (4.69% from 255) = 3.72%
R=60.14%
G=36.15%
B=3.72%

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
Decimal1781071100.400.940.3034.4988.3637.06
HexB26BB0285E1E225825
Octal26215313050136364213045
Binary101100101101011101101010001011110111101000101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26B0B; }

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

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

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

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

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

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

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

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