#B06414

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

Shades of Golden Brown #B06414

Tints of Golden Brown #B06414

Color information

#B06414 (or 0xB06414) is unknown color: approx Golden Brown. HEX triplet: B0, 64 and 14. RGB value is (176,100,20). Sum of RGB (Red+Green+Blue) = 176+100+20=296 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.46% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 176 - color contains mainly: red. Hex color #B06414 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06414 is #4F9BEB. Grayscale: #727272. Windows color (decimal): -5217260 or 1336496. OLE color: 1336496.

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

Color convert

RGB17610020-
CMYK00.430.890.31
HSL30.77º79.59%38.43%-
HSV(B)30.77º88.64%69.02%-
XYZ22.5918.393.02-
YUV113.675.18172.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 59.46%
GREEN value IS 100 (39.45% from 255) = 33.78%
BLUE value IS 20 (8.20% from 255) = 6.76%
R=59.46%
G=33.78%
B=6.76%

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
Decimal1761002000.430.890.3130.7779.5938.43
HexB0641402B591F1f5026
Octal26014424053131373712046
Binary101100001100100101000101011101100111111111111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06414; }

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

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

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

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

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

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

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

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