#B26215

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

Shades of Golden Brown #B26215

Tints of Golden Brown #B26215

Color information

#B26215 (or 0xB26215) is unknown color: approx Golden Brown. HEX triplet: B2, 62 and 15. RGB value is (178,98,21). Sum of RGB (Red+Green+Blue) = 178+98+21=297 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.93% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 178 - color contains mainly: red. Hex color #B26215 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26215 is #4D9DEA. Grayscale: #717171. Windows color (decimal): -5086699 or 1401522. OLE color: 1401522.

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

Color convert

RGB1789821-
CMYK00.450.880.30
HSL29.43º78.89%39.02%-
HSV(B)29.43º88.2%69.8%-
XYZ22.8618.253.03-
YUV113.1476174.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 59.93%
GREEN value IS 98 (38.67% from 255) = 33.00%
BLUE value IS 21 (8.59% from 255) = 7.07%
R=59.93%
G=33.00%
B=7.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178982100.450.880.3029.4378.8939.02
HexB2621502D581E1d4f27
Octal26214225055130363511747
Binary101100101100010101010101101101100011110111011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26215; }

 p { color: rgb(178,98,21); }

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

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

 a { background-color: rgb(178,98,21); }

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

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

 span { border-color: rgb(178,98,21); }

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