#B26114

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

Shades of Golden Brown #B26114

Tints of Golden Brown #B26114

Color information

#B26114 (or 0xB26114) is unknown color: approx Golden Brown. HEX triplet: B2, 61 and 14. RGB value is (178,97,20). Sum of RGB (Red+Green+Blue) = 178+97+20=295 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.34% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 178 - color contains mainly: red. Hex color #B26114 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26114 is #4D9EEB. Grayscale: #707070. Windows color (decimal): -5086956 or 1335730. OLE color: 1335730.

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

Color convert

RGB1789720-
CMYK00.460.890.30
HSL29.24º79.8%38.82%-
HSV(B)29.24º88.76%69.8%-
XYZ22.7618.062.95-
YUV112.4475.84174.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 60.34%
GREEN value IS 97 (38.28% from 255) = 32.88%
BLUE value IS 20 (8.20% from 255) = 6.78%
R=60.34%
G=32.88%
B=6.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.89
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178972000.460.890.3029.2479.838.82
HexB2611402E591E1d5027
Octal26214124056131363512047
Binary101100101100001101000101110101100111110111011010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26114; }

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

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

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

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

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

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

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

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