#B46515

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

Shades of Golden Brown #B46515

Tints of Golden Brown #B46515

Color information

#B46515 (or 0xB46515) is unknown color: approx Golden Brown. HEX triplet: B4, 65 and 15. RGB value is (180,101,21). Sum of RGB (Red+Green+Blue) = 180+101+21=302 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.60% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 180 - color contains mainly: red. Hex color #B46515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46515 is #4B9AEA. Grayscale: #737373. Windows color (decimal): -4954859 or 1402292. OLE color: 1402292.

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

Color convert

RGB18010121-
CMYK00.440.880.29
HSL30.19º79.1%39.41%-
HSV(B)30.19º88.33%70.59%-
XYZ23.6119.063.14-
YUV115.574.67174-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.60%
GREEN value IS 101 (39.84% from 255) = 33.44%
BLUE value IS 21 (8.59% from 255) = 6.95%
R=59.60%
G=33.44%
B=6.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801012100.440.880.2930.1979.139.41
HexB4651502C581D1e4f27
Octal26414525054130353611747
Binary101101001100101101010101100101100011101111101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46515; }

 p { color: rgb(180,101,21); }

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

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

 a { background-color: rgb(180,101,21); }

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

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

 span { border-color: rgb(180,101,21); }

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