#B26514

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

Shades of Golden Brown #B26514

Tints of Golden Brown #B26514

Color information

#B26514 (or 0xB26514) is unknown color: approx Golden Brown. HEX triplet: B2, 65 and 14. RGB value is (178,101,20). Sum of RGB (Red+Green+Blue) = 178+101+20=299 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.53% from 299); Green value is 101 (39.84% from 255 or 33.78% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 178 - color contains mainly: red. Hex color #B26514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26514 is #4D9AEB. Grayscale: #737373. Windows color (decimal): -5085932 or 1336754. OLE color: 1336754.

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

Color convert

RGB17810120-
CMYK00.430.890.30
HSL30.76º79.8%38.82%-
HSV(B)30.76º88.76%69.8%-
XYZ23.1418.823.08-
YUV114.7974.51173.09-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 59.53%
GREEN value IS 101 (39.84% from 255) = 33.78%
BLUE value IS 20 (8.20% from 255) = 6.69%
R=59.53%
G=33.78%
B=6.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.89
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781012000.430.890.3030.7679.838.82
HexB2651402B591E1f5027
Octal26214524053131363712047
Binary101100101100101101000101011101100111110111111010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26514; }

 p { color: rgb(178,101,20); }

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

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

 a { background-color: rgb(178,101,20); }

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

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

 span { border-color: rgb(178,101,20); }

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