#B06514

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

Shades of Golden Brown #B06514

Tints of Golden Brown #B06514

Color information

#B06514 (or 0xB06514) is unknown color: approx Golden Brown. HEX triplet: B0, 65 and 14. RGB value is (176,101,20). Sum of RGB (Red+Green+Blue) = 176+101+20=297 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.26% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 176 - color contains mainly: red. Hex color #B06514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06514 is #4F9AEB. Grayscale: #727272. Windows color (decimal): -5217004 or 1336752. OLE color: 1336752.

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

Color convert

RGB17610120-
CMYK00.430.890.31
HSL31.15º79.59%38.43%-
HSV(B)31.15º88.64%69.02%-
XYZ22.6818.593.05-
YUV114.1974.85172.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 59.26%
GREEN value IS 101 (39.84% from 255) = 34.01%
BLUE value IS 20 (8.20% from 255) = 6.73%
R=59.26%
G=34.01%
B=6.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761012000.430.890.3131.1579.5938.43
HexB0651402B591F1f5026
Octal26014524053131373712046
Binary101100001100101101000101011101100111111111111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06514; }

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

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

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

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

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

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

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

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