#B26408

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

Shades of Golden Brown #B26408

Tints of Golden Brown #B26408

Color information

#B26408 (or 0xB26408) is unknown color: approx Golden Brown. HEX triplet: B2, 64 and 08. RGB value is (178,100,8). Sum of RGB (Red+Green+Blue) = 178+100+8=286 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.24% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 8 (3.52% from 255 or 2.80% from 286); Max value from RGB is 178 - color contains mainly: red. Hex color #B26408 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26408 is #4D9BF7. Grayscale: #717171. Windows color (decimal): -5086200 or 550066. OLE color: 550066.

HSL color Cylindrical-coordinate representation of color #B26408: hue angle of 32.47º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B26408 is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB1781008-
CMYK00.440.960.30
HSL32.47º91.4%36.47%-
HSV(B)32.47º95.51%69.8%-
XYZ22.9618.62.61-
YUV112.8368.84174.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 62.24%
GREEN value IS 100 (39.45% from 255) = 34.97%
BLUE value IS 8 (3.52% from 255) = 2.80%
R=62.24%
G=34.97%
B=2.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.96
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178100800.440.960.3032.4791.436.47
HexB264802C601E205b24
Octal26214410054140364013344
Binary101100101100100100001011001100000111101000001011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26408; }

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

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

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

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

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

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

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

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