#B26C0C

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

Shades of Golden Brown #B26C0C

Tints of Golden Brown #B26C0C

Color information

#B26C0C (or 0xB26C0C) is unknown color: approx Golden Brown. HEX triplet: B2, 6C and 0C. RGB value is (178,108,12). Sum of RGB (Red+Green+Blue) = 178+108+12=298 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.73% from 298); Green value is 108 (42.58% from 255 or 36.24% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26C0C is #4D93F3. Grayscale: #767676. Windows color (decimal): -5084148 or 814258. OLE color: 814258.

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

Color convert

RGB17810812-
CMYK00.390.930.30
HSL34.7º87.37%37.25%-
HSV(B)34.7º93.26%69.8%-
XYZ23.7920.223-
YUV117.9968.19170.81-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 59.73%
GREEN value IS 108 (42.58% from 255) = 36.24%
BLUE value IS 12 (5.08% from 255) = 4.03%
R=59.73%
G=36.24%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781081200.390.930.3034.787.3737.25
HexB26CC0275D1E235725
Octal26215414047135364312745
Binary101100101101100110001001111011101111101000111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26C0C; }

 p { color: rgb(178,108,12); }

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

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

 a { background-color: rgb(178,108,12); }

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

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

 span { border-color: rgb(178,108,12); }

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